Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatter Interface / ContainsCurrencyFormat Method
Index of section that need to check whether it contains currency number format. -1 to check all sections


In This Topic
    ContainsCurrencyFormat Method
    In This Topic
    Gets a value indicating whether this IFormatter contains currency number format in the section formatter.
    Syntax
    'Declaration
     
    
    Function ContainsCurrencyFormat( _
       Optional ByVal section As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As IFormatter
    Dim section As Integer
    Dim value As Boolean
     
    value = instance.ContainsCurrencyFormat(section)
    bool ContainsCurrencyFormat( 
       int section
    )

    Parameters

    section
    Index of section that need to check whether it contains currency number format. -1 to check all sections

    Return Value

    true if this IFormatter contains currency number format in the section formatter; otherwise, false.
    See Also