Spread Windows Forms 14.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatter Interface / ContainsPercentage Method


In This Topic
    ContainsPercentage Method
    In This Topic
    Gets a value indicating whether this IFormatter contains percentage number format in the section formatter.
    Syntax
    'Declaration
     
    
    Function ContainsPercentage() As Boolean
    'Usage
     
    
    Dim instance As IFormatter
    Dim value As Boolean
     
    value = instance.ContainsPercentage()
    bool ContainsPercentage()

    Return Value

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