Search
Workbook.getCustomNumericFormats Method
See Also
 






Gets the workbook user defined custom numeric formats.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public ExtendedArrayList<NumericFormatInfo> getCustomNumericFormats ()

 Return Value

 Remarks

This property is initialized with the defined locale for the workbook.

 See Also