CellFormatValue

CellFormatValue

Overview

CellFormatValue is a class in Aspose.Cells FOSS for C++.

Represents cell format value.

This class provides 13 methods for working with CellFormatValue objects in C++ programs. Available methods include: CellFormatValue, GetAlignment, GetBorderId, GetFillId, GetFontId, GetNumFmtId, GetProtection, SetAlignment, SetBorderId, SetFillId, SetFontId, SetNumFmtId, and 1 additional methods. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.

Methods

SignatureDescription
CellFormatValue()Initializes a new instance of the class.
GetNumFmtId()intGets or sets the num fmt id.
SetNumFmtId(value: int)Sets the num fmt id value.
GetFontId()intGets or sets the font id.
SetFontId(value: int)Sets the font id value.
GetFillId()intGets or sets the fill id.
SetFillId(value: int)Sets the fill id value.
GetBorderId()intGets or sets the border id.
SetBorderId(value: int)Sets the border id value.
GetAlignment()Core::AlignmentValuePerforms alignment value. The alignment value.
SetAlignment(value: Core::AlignmentValue)Sets the alignment value.
GetProtection()Core::ProtectionValuePerforms protection value. The protection value.
SetProtection(value: Core::ProtectionValue)Sets the protection value.

See Also

 English