Name | Description | |
---|---|---|
Count | Gets or sets the number of rows in the collection. | |
Default | Gets a row for the default row (-1). | |
Item | Overloaded. Gets a new row for the specified row. | |
Parent | Gets the parent object that contains this collection of rows. |
The following tables list the members exposed by Rows.
Name | Description | |
---|---|---|
Count | Gets or sets the number of rows in the collection. | |
Default | Gets a row for the default row (-1). | |
Item | Overloaded. Gets a new row for the specified row. | |
Parent | Gets the parent object that contains this collection of rows. |
Name | Description | |
---|---|---|
Add | Adds a new row or range of rows. | |
AddRange | Not supported (throws InvalidOperationException). | |
Clear | Not supported (throws InvalidOperationException). | |
Remove | Removes a row or range of rows. |