ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / 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
    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