C1.Win.C1FlexGrid Namespace : RowCollection Class |
The following tables list the members exposed by RowCollection.
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) | |
GlyphRow | Gets or sets the index of the row used to display the sorting and filtering glyphs. | |
Grid | Gets a reference to the C1FlexGridBase control that owns this collection. (Inherited from C1.Win.C1FlexGrid.RowColCollection) | |
Item | Gets the Row 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 Row objects that are currently selected. |
Name | Description | |
---|---|---|
Add | Overloaded. Appends a new Row object to the collection. | |
AddNode | Appends a new Node row to the row collection. | |
Contains | Determines whether the collection contains a given row or column. (Inherited from C1.Win.C1FlexGrid.RowColCollection) | |
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) | |
Insert | Adds a new Row object to the collection at a specified position. | |
InsertNode | Adds a new Node row to the row collection at a specified position. | |
InsertRange | Adds a range of rows 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. | |
Remove | Overloaded. Removes a Row object from the collection. | |
RemoveRange | Removes a range of rows from the collection. |