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
| Name | Type | Access | Description |
|---|---|---|---|
number | int | Read | Returns the number. |
custom | String | Read | Returns the custom. |
Methods
| Signature | Description |
|---|---|
getNumber() → int | Returns the number. |
setNumber(number: int) | Sets the number. |
getCustom() → String | Returns the custom. |
setCustom(custom: String) | Sets the custom. |
clone() → NumberFormatValue | Creates a copy of this instance. |