NumberFormatValue

NumberFormatValue

Overview

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

Represents number format value.

This class provides 6 methods for working with NumberFormatValue objects in C++ programs. Available methods include: Clone, GetCustom, GetNumber, NumberFormatValue, SetCustom, SetNumber. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.

Methods

SignatureDescription
NumberFormatValue()Initializes a new instance of the class.
GetNumber()intGets or sets the number.
SetNumber(value: int)Sets the number value.
GetCustom()std::stringGets or sets the custom.
SetCustom(value: std::string)Sets the custom value.
Clone()NumberFormatValueCreates a copy of the current instance. The number format value.

See Also

 English