[]
Base class for grid row and column collections (RowCollection and ColumnCollection classes).
public abstract class RowColCollection : IEnumerable
| Name | Description |
|---|---|
| RowColCollection() |
| Name | Description |
|---|---|
| Count | 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). |
| Fixed | 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. |
| Grid | Gets a reference to the C1FlexGridBase control that owns this collection. |
| MaxSize | Gets or sets the maximum size for rows and columns in the collection. |
| MinSize | Gets or sets the minimum size for rows and columns in the collection. |
| Name | Description |
|---|---|
| Contains(RowCol) | Determines whether the collection contains a given row or column. |
| GetNext(int) | Gets the index of the next visible row or column. |
| GetPrevious(int) | Gets the index of the previous visible row or column. |
| Move(int, int) | Moves a row or column to a new position in the collection. |
| MoveRange(int, int, int) | Moves a range of rows or columns to a new position in the collection. |
| Update() | Updates the position of rows or columns. |