In This Topic
Show dialog to select number format with default option is accounting format.
Syntax
'Declaration
Public Shared Sub AccountingFormat( _
ByVal As FpSpread _
)
'Usage
Dim spread As FpSpread
FormatCells.AccountingFormat(spread)
public static void AccountingFormat(
FpSpread
)
Parameters
- spread
See Also