FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / ColumnCollection Class


In This Topic
    ColumnCollection Class Methods
    In This Topic

    For a list of all members of this type, see ColumnCollection members.

    Public Methods
     NameDescription
    Public MethodOverloaded. Appends a new Column object to this collection.  
    Public MethodGets a string build a string that contains a complete description of the column collection, suitable for persisting the control state.  
    Public MethodOverloaded. Gets a value that determines whether the collection contains a Column with the given name.  
    Public MethodGets the index of the next visible row or column. (Inherited from C1.Win.FlexGrid.RowColCollection)
    Public MethodGets the index of the previous visible row or column. (Inherited from C1.Win.FlexGrid.RowColCollection)
    Public MethodOverloaded. Gets the index of the Column with the specified name.  
    Public MethodAdds a new Column object to this collection at a specified position.  
    Public MethodAdds a range of Column objects to the collection at a specified position.  
    Public MethodOverridden. Moves a Column object to a new position in the collection.  
    Public MethodOverridden. Moves a range of Column objects to a new position in the collection.  
    Public MethodParses a string containg a description of the column collection (usually obtained by calling the BuildString method) and applies it to a grid.  
    Public MethodOverloaded. Removes a Column object from the collection.  
    Public MethodRemoves a range of Column objects from the collection.  
    Top
    See Also