ComponentOne FlexGrid for WinForms
Count Property (ColumnCollection)

C1.Win.C1FlexGrid Namespace > ColumnCollection 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 columns by assigning a new value to this property, or you can use the Add, Insert, InsertRange, and Remove(Int32) methods.
See Also

Reference

ColumnCollection Class
ColumnCollection Members