ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / ColumnCollection Class / Add Method / Add() Method

In This Topic
    Add() Method
    In This Topic
    Appends a new Column object to this collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add() As Column
    public Column Add()

    Return Value

    A reference to the Column that was added to the collection.
    See Also