GradientFill Class

GradientFill class

Represents the gradient fill.


type GradientFill struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetGradientStopsRepresents the gradient stop collection.
SetGradientSet the gradient fill type and direction.
GetFillTypeGets the gradient fill type.
GetDirectionTypeGets the gradient direction type.
GetAngleThe angle of linear fill.
SetAngleThe angle of linear fill.
SetPresetThemeGradientSets preset theme gradient fill.
SetOneColorGradientSets the specified fill to a one-color gradient.Only applies for Excel 2007.
SetTwoColorGradient_Color_Color_GradientStyleType_IntSets the specified fill to a two-color gradient.Only applies for Excel 2007.
SetTwoColorGradient_Color_Double_Color_Double_GradientStyleType_IntSets the specified fill to a two-color gradient.Only applies for Excel 2007.