FillValue
FillValue
Overview
FillValue 是 C++ 的 FOSS 中的 Aspose.Cells 类.
表示填充值.
本类提供了7种方法,用于在C++程序中使用FillValue对象. 有的方法包括: FillValue, GetBackgroundColor, GetForegroundColor, GetPattern, SetBackgroundColor, SetForegroundColor, SetPattern. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.
Methods
| Signature | Description |
|---|---|
FillValue() | 启动一个新的类实例. |
GetPattern() → Core::FillPatternKind | 得到或设置模式. |
SetPattern(value: Core::FillPatternKind) | 设置模式值. |
GetForegroundColor() → Core::ColorValue | 获得或设置前景颜色. |
SetForegroundColor(value: Core::ColorValue) | 设置前景颜色值. |
GetBackgroundColor() → Core::ColorValue | 得到或设置背景颜色. |
SetBackgroundColor(value: Core::ColorValue) | 设置背景颜色值. |