ComponentOne FlexGrid for WinForms
Count Property (RowCollection)

C1.Win.C1FlexGrid Namespace > RowCollection Class : Count Property
Gets or sets the number of rows or columns 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

Reference

RowCollection Class
RowCollection Members