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.
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. |