C1.Win.C1FlexGrid Namespace : RowColCollection Class |
The following tables list the members exposed by 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 | Determines whether the collection contains a given row or column. |
![]() | GetNext | Gets the index of the next visible row or column. |
![]() | GetPrevious | Gets the index of the previous visible row or column. |
![]() | Move | Moves a row or column to a new position in the collection. |
![]() | MoveRange | Moves a range of rows or columns to a new position in the collection. |