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


In This Topic
    ColumnCollection Class Members
    In This Topic

    The following tables list the members exposed by ColumnCollection.

    Public Properties
     NameDescription
    Public PropertyOverridden. Gets or sets the number of Column objects in this collection.  
    Public PropertyGets or sets the default size of the rows or columns in the collection (in pixels). (Inherited from C1.Win.C1FlexGrid.RowColCollection)
    Public PropertyOverridden. Gets or sets the number of fixed columns in this collection.  
    Public PropertyGets or sets the number of frozen rows or columns in the collection. (Inherited from C1.Win.C1FlexGrid.RowColCollection)
    Public PropertyGets a reference to the C1FlexGridBase control that owns this collection. (Inherited from C1.Win.C1FlexGrid.RowColCollection)
    Public PropertyOverloaded. Gets the Column at the specified index.  
    Public PropertyGets or sets the maximum size for rows and columns in the collection. (Inherited from C1.Win.C1FlexGrid.RowColCollection)
    Public PropertyGets or sets the minimum size for rows and columns in the collection. (Inherited from C1.Win.C1FlexGrid.RowColCollection)
    Public PropertyGets a collection of Column objects that are currently selected.  
    Top
    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.C1FlexGrid.RowColCollection)
    Public MethodGets the index of the previous visible row or column. (Inherited from C1.Win.C1FlexGrid.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