Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormatCells Class / AccountingFormat Method


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

    Parameters

    spread
    See Also