GrapeCity.Win.MultiRow Namespace : RowCollection Class |
The following tables list the members exposed by RowCollection.
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the RowCollection. | |
Item | Gets the Row at the specified index. |
Name | Description | |
---|---|---|
Add | Overloaded. Adds a new row to the collection | |
AddCopies | Adds the specified number of rows to the collection based on the row at the specified index. | |
AddCopy | Adds the specified number of rows to the collection based on the row at the specified index. | |
Clear | Removes all items from the RowCollection. | |
Contains | Determines whether the RowCollection contains a specific row. | |
CopyTo | Copies the elements of the RowCollection to a System.Array, starting at a particular System.Array index. | |
GetFirstRow | Overloaded. Retrieves the index of the first row that meets the specified criteria. | |
GetLastRow | Overloaded. Retrieves the index of the last row that meets the specified criteria. | |
GetNextRow | Overloaded. Retrieves the index of the next row that meets the specified criteria. | |
GetPreviousRow | Overloaded. Retrieves the index of the previous row that meets the specified criteria. | |
GetRowCount | Overloaded. Retrieves the number of row objects in the collection that meet the specified criteria. | |
GetRowsHeight | Overloaded. Retrieves the cumulative height of the row objects that meet the specified criteria. | |
GetRowState | Overloaded. Retrieves the state of the row with the specified index. | |
GetRowsWidth | Overloaded. Retrieves the cumulative width of the Row objects that meet the specified criteria. | |
IndexOf | Returns the index of a specified item in the collection. | |
Insert | Overloaded. Inserts a new row at the specified location. | |
InsertCopies | Inserts Row objects into the collection at the specified position. | |
InsertCopy | Inserts a row into the collection at the specified position, based on the row at the specified position. | |
Remove | Overloaded. Removes a range of rows. | |
RemoveAt | Removes the specified row. |