C1.Win.C1FlexGrid Namespace / ColumnCollection Class / Count Property

In This Topic
Count Property (ColumnCollection)
In This Topic
Gets or sets the number of Column objects in this collection.
Syntax
'Declaration
 
Public Overrides Property Count As Integer
 
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