PatternFill Class

PatternFill class

Encapsulates the object that represents pattern fill format


type PatternFill struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetPatternGets or sets the fill pattern type
SetPatternGets or sets the fill pattern type
GetBackgroundColorGets or sets the background of the .
SetBackgroundColorGets or sets the background of the .
GetBackgroundCellsColorGets and sets the foreground object.
SetBackgroundCellsColorGets and sets the foreground object.
GetForegroundColorGets or sets the foreground .
SetForegroundColorGets or sets the foreground .
GetForegroundCellsColorGets and sets the foreground object.
SetForegroundCellsColorGets and sets the foreground object.
GetForeTransparencyGets or sets the transparency of foreground color.
SetForeTransparencyGets or sets the transparency of foreground color.
GetBackTransparencyGets or sets the transparency of background color.
SetBackTransparencyGets or sets the transparency of background color.