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.

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.