DataGridViewSelectedCellCollection
Wisej.Web.DataGridViewSelectedCellCollection
Last updated
Was this helpful?
Wisej.Web.DataGridViewSelectedCellCollection
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents a collection of cells that are selected in a .
: Returns the number of elements in the collection.
: Returns the cell at the specified index.
Throws:
index is less than 0; or index is equal to or greater than the number of cells in the collection.
Determines whether the specified cell is contained in the collection.
cellAddress
Determines whether the specified cell is contained in the collection.
cell
array
index
The zero-based index in array at which copying begins.
Throws:
Returns the index of the specified element.
cellAddress
Returns the index of the specified element.
cell
The to locate in the .
Returns: . true if cellAddress is in the ; otherwise, false.
The to locate in the .
Returns: . true if cell is in the ; otherwise, false.
Copies the elements of the collection to the specified array, starting at the specified index.
The one-dimensional array of type that is the destination of the elements copied from the collection. The array must have zero-based indexing.
array is null.
index is less than zero.
array is multidimensional; or the number of elements in the is greater than the available space from index to the end of array .
The cannot be cast automatically to the type of array .
The to locate in the collection.
Returns: . The zero-based index of the cellAddress parameter if it is found in the collection; otherwise, -1.
The to locate in the collection.
Returns: . The zero-based index of the cell parameter if it is found in the collection; otherwise, -1.