CellFormatValue
CellFormatValue
Overview
CellFormatValue 是 C++ 的 FOSS 中的 Aspose.Cells 类.
表示单元格式值.
本类提供了13种方法,用于在C++程序中与CellFormatValue对象工作. 有的方法包括: CellFormatValue, GetAlignment, GetBorderId, GetFillId, GetFontId, GetNumFmtId, GetProtection, SetAlignment, SetBorderId, SetFillId, SetFontId, SetNumFmtId,其他方法. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.
Methods
| Signature | Description |
|---|---|
CellFormatValue() | 启动一个新的类实例. |
GetNumFmtId() → int | 获取或设置nfmt id. |
SetNumFmtId(value: int) | 设置了num fmt id值. |
GetFontId() → int | 获取或设置字体ID. |
SetFontId(value: int) | 设置字体标识值. |
GetFillId() → int | 得到或设置填充ID. |
SetFillId(value: int) | 设置填充ID值. |
GetBorderId() → int | 获取或设置边界ID. |
SetBorderId(value: int) | 设置边界ID值. |
GetAlignment() → Core::AlignmentValue | 执行对齐值. 对齐的价值. |
SetAlignment(value: Core::AlignmentValue) | 设置对齐值. |
GetProtection() → Core::ProtectionValue | 执行保护值. |
SetProtection(value: Core::ProtectionValue) | 设置保护值. |