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


In This Topic
    Count Property (IIconCriteria)
    In This Topic
    Returns a Long value that specifies the number of criteria for an icon set conditional format rule.
    Syntax
    'Declaration
     
    
    ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As IIconCriteria
    Dim value As Integer
     
    value = instance.Count
    int Count {get;}

    Property Value

    The count.
    See Also