CellFormatValue

CellFormatValue

概述

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 ++应用程序.

方法

Signature描述情况
CellFormatValue()启动一个新的类实例.
GetNumFmtId()int获取或设置 num fmt id。.
SetNumFmtId(value: int)设置 num fmt id 值。.
GetFontId()int获取或设置 font id。.
SetFontId(value: int)设置字体 id 值。.
GetFillId()int获取或设置 fill id。.
SetFillId(value: int)设置填充 ID 值。.
GetBorderId()int获取或设置 border id。.
SetBorderId(value: int)设置边框 id 值。.
GetAlignment()Core::AlignmentValue执行对齐值. 对齐的价值.
SetAlignment(value: Core::AlignmentValue)设置对齐值。.
GetProtection()Core::ProtectionValue执行保护值.
SetProtection(value: Core::ProtectionValue)设置保护值。.

查看更多

 中文