ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / RowCollection Class / Count Property

In This Topic
    Count Property (RowCollection)
    In This Topic
    Gets or sets the number of rows in the collection.
    Syntax
    'Declaration
     
    Public Overrides Property Count As Integer
    public override int Count {get; set;}
    Remarks
    You can add or remove rows by assigning a new value to this property, or you can use the Add, Insert, InsertRange, and Remove(Int32) methods.
    See Also