Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IAlternatingStyles Interface / Count Property


In This Topic
    Count Property (IAlternatingStyles)
    In This Topic
    Gets or sets the number of alternating styles in this collection.
    Syntax
    'Declaration
     
    
    Property Count As Integer
    'Usage
     
    
    Dim instance As IAlternatingStyles
    Dim value As Integer
     
    instance.Count = value
     
    value = instance.Count
    int Count {get; set;}
    See Also