[]
        
(Showing Draft Content)

C1.Win.FlexGrid.RowCollection.Count

Count Property

Count

Gets or sets the number of rows in the collection.

Declaration
public override int Count { get; set; }
Overrides
Remarks

You can add or remove rows by assigning a new value to this property, or you can use the Add(), Insert(int), InsertRange(int, int), and Remove(int) methods.