FillValue
Overview
FillValue is a class in Aspose.Cells FOSS for C++.
Represents fill value.
This class provides 7 methods for working with FillValue objects in C++ programs.
Available methods include: FillValue, GetBackgroundColor, GetForegroundColor, GetPattern, SetBackgroundColor, SetForegroundColor, SetPattern.
All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
FillValue() | Initializes a new instance of the class. |
GetPattern() → Core::FillPatternKind | Gets or sets the pattern. |
SetPattern(value: Core::FillPatternKind) | Sets the pattern value. |
GetForegroundColor() → Core::ColorValue | Gets or sets the foreground color. |
SetForegroundColor(value: Core::ColorValue) | Sets the foreground color value. |
GetBackgroundColor() → Core::ColorValue | Gets or sets the background color. |
SetBackgroundColor(value: Core::ColorValue) | Sets the background color value. |