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 Column object to a new position in the collection. |
![]() | MoveRange | Overridden. Moves a range of Column objects 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. |