[]
        
(Showing Draft Content)

C1.Win.FlexGrid.ColumnCollection.Count

Count Property

Count

Gets or sets the number of Column objects in this collection.

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

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