Click or drag to resize
GridTableViewCollection Methods

The GridTableViewCollection type exposes the following members.

Methods
  Name Description
Public method Add

Adds a GridTableView with the specified value to the GridTableViewCollection .

Public method AddRange(GridTableView)

Copies the elements of an array to the end of the GridTableViewCollection.

Public method AddRange(GridTableViewCollection)

Adds the contents of another GridTableViewCollection to the end of the collection.

Public method Contains

Gets a value indicating whether the GridTableViewCollection contains the specified GridTableView.

Public method CopyTo

Copies the GridTableViewCollection values to a one-dimensional Array instance at the specified index.

Public method GetEnumerator

Returns an enumerator that can iterate through the GridTableViewCollection .

Public method IndexOf

Returns the index of a GridTableView in the GridTableViewCollection .

Public method Insert

Inserts a GridTableView into the GridTableViewCollection at the specified index.

Public method Remove

Removes a specific GridTableView from the GridTableViewCollection .

Top
See Also