GridTableViewCollection Methods |
The GridTableViewCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Add |
Adds a GridTableView with the specified value to the GridTableViewCollection . |
![]() |
AddRange(GridTableView) |
Copies the elements of an array to the end of the GridTableViewCollection. |
![]() |
AddRange(GridTableViewCollection) |
Adds the contents of another GridTableViewCollection to the end of the collection. |
![]() |
Contains |
Gets a value indicating whether the GridTableViewCollection contains the specified GridTableView. |
![]() |
CopyTo |
Copies the GridTableViewCollection values to a one-dimensional Array instance at the specified index. |
![]() |
GetEnumerator |
Returns an enumerator that can iterate through the GridTableViewCollection . |
![]() |
IndexOf |
Returns the index of a GridTableView in the GridTableViewCollection . |
![]() |
Insert |
Inserts a GridTableView into the GridTableViewCollection at the specified index. |
![]() |
Remove |
Removes a specific GridTableView from the GridTableViewCollection . |