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

SignatureDescription
FillValue()Initializes a new instance of the class.
GetPattern()Core::FillPatternKindGets or sets the pattern.
SetPattern(value: Core::FillPatternKind)Sets the pattern value.
GetForegroundColor()Core::ColorValueGets or sets the foreground color.
SetForegroundColor(value: Core::ColorValue)Sets the foreground color value.
GetBackgroundColor()Core::ColorValueGets or sets the background color.
SetBackgroundColor(value: Core::ColorValue)Sets the background color value.

See Also

 English