Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AlternatingRows Class / Count Property


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