C1.Win.C1FlexGrid Namespace : ColumnCollection Class |
The following tables list the members exposed by ColumnCollection.
Name | Description | |
---|---|---|
![]() | Count | Overridden. Gets or sets the number of rows or columns in the collection. |
![]() | DefaultSize | Gets or sets the default size of the rows or columns in the collection (in pixels). (Inherited from C1.Win.C1FlexGrid.RowColCollection) |
![]() | Fixed | Overridden. Gets or sets the number of fixed rows or columns in the collection. |
![]() | Frozen | Gets or sets the number of frozen rows or columns in the collection. (Inherited from C1.Win.C1FlexGrid.RowColCollection) |
![]() | Grid | Gets a reference to the C1FlexGridBase control that owns this collection. (Inherited from C1.Win.C1FlexGrid.RowColCollection) |
![]() | Item | Gets the Column at the specified index. |
![]() | MaxSize | Gets or sets the maximum size for rows and columns in the collection. (Inherited from C1.Win.C1FlexGrid.RowColCollection) |
![]() | MinSize | Gets or sets the minimum size for rows and columns in the collection. (Inherited from C1.Win.C1FlexGrid.RowColCollection) |
![]() | Selected | Gets a collection of Column objects that are currently selected. |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Appends a new Column object to this collection. |
![]() | BuildString | Gets a string build a string that contains a complete description of the column collection, suitable for persisting the control state. |
![]() | Contains | Overloaded. Gets a value that determines whether the collection contains a Column with the given name. |
![]() | GetNext | Gets the index of the next visible row or column. (Inherited from C1.Win.C1FlexGrid.RowColCollection) |
![]() | GetPrevious | Gets the index of the previous visible row or column. (Inherited from C1.Win.C1FlexGrid.RowColCollection) |
![]() | IndexOf | Overloaded. Gets the index of the Column with the specified name. |
![]() | Insert | Adds a new Column object to this collection at a specified position. |
![]() | InsertRange | Adds a range of Column objects to the collection at a specified position. |
![]() | Move | Overridden. Moves a row or column to a new position in the collection. |
![]() | MoveRange | Overridden. Moves a range of rows or columns to a new position in the collection. |
![]() | ParseString | Parses a string containg a description of the column collection (usually obtained by calling the BuildString method) and applies it to a grid. |
![]() | Remove | Overloaded. Removes a Column object from the collection. |
![]() | RemoveRange | Removes a range of Column objects from the collection. |