NumberFormatValue

NumberFormatValue

Overview

NumberFormatValue is a class in Aspose.Cells FOSS for Java.

Represents a number format value with its number format index and custom format string.

This class provides 5 methods for working with NumberFormatValue objects in Java programs. Available methods include: clone, getCustom, getNumber, setCustom, setNumber. All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package. Properties: custom, number.

Properties

NameTypeAccessDescription
numberintReadReturns the number.
customStringReadReturns the custom.

Methods

SignatureDescription
getNumber()intReturns the number.
setNumber(number: int)Sets the number.
getCustom()StringReturns the custom.
setCustom(custom: String)Sets the custom.
clone()NumberFormatValueCreates a copy of this instance.

See Also