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 Color of the Area.
SetBackgroundColorGets or sets the background Color of the Area.
GetBackgroundCellsColorGets and sets the foreground CellsColor object.
SetBackgroundCellsColorGets and sets the foreground CellsColor object.
GetForegroundColorGets or sets the foreground Color.
SetForegroundColorGets or sets the foreground Color.
GetForegroundCellsColorGets and sets the foreground CellsColor object.
SetForegroundCellsColorGets and sets the foreground CellsColor 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.