Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatConditions Interface / Count Property


In This Topic
    Count Property (IFormatConditions)
    In This Topic
    Gets the number of format conditions.
    Syntax
    'Declaration
     
    
    ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As IFormatConditions
    Dim value As Integer
     
    value = instance.Count
    int Count {get;}

    Property Value

    An integer value represents the number of format conditions.
    See Also