PatternFill Class
Contents
[
Hide
]PatternFill class
Encapsulates the object that represents pattern fill format
type PatternFill struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetPattern | Gets or sets the fill pattern type |
SetPattern | Gets or sets the fill pattern type |
GetBackgroundColor | Gets or sets the background |
SetBackgroundColor | Gets or sets the background |
GetBackgroundCellsColor | Gets and sets the foreground |
SetBackgroundCellsColor | Gets and sets the foreground |
GetForegroundColor | Gets or sets the foreground |
SetForegroundColor | Gets or sets the foreground |
GetForegroundCellsColor | Gets and sets the foreground |
SetForegroundCellsColor | Gets and sets the foreground |
GetForeTransparency | Gets or sets the transparency of foreground color. |
SetForeTransparency | Gets or sets the transparency of foreground color. |
GetBackTransparency | Gets or sets the transparency of background color. |
SetBackTransparency | Gets or sets the transparency of background color. |