DataGridViewCellCollection
Wisej.Web.DataGridViewCellCollection
Last updated
Was this helpful?
Wisej.Web.DataGridViewCellCollection
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents a collection of cells in a .
Initializes a new instance of the class.
row
: Returns or sets the cell contained in the specified column .
Throws:
Throws:
Throws:
Adds a cell to the collection.
cell
Throws:
Adds an array of cells to the collection.
cells
Throws:
Adds an array of cells to the collection.
cells
Throws:
Clears all cells from the collection.
Throws:
Determines whether the specified cell is contained in the collection.
cell
Copies the entire collection of cells into an array at a specified location within the array.
array
The destination array to which the contents will be copied.
index
The index of the element in array at which to start copying.
Returns the index of the specified cell.
cell
The cell to locate in the collection.
Inserts a cell into the collection at the specified index.
index
The zero-based index at which to place cell .
cell
Throws:
Removes the specified cell from the collection.
cell
Throws:
Removes the cell at the specified index.
index
Throws:
The that owns the collection.
The specified value when setting this property is null; or column is null.
The specified cell when setting this property already belongs to a control, or the specified cell when setting this property already belongs to a
column is null.
The specified column does not belong to the same that owns the cells.
The index of the specified column is less than 0 or is equal to or greater than the number of cells in the collection.
: Returns or sets the cell at the provided index location.
The specified value when setting this property is null.
The specified cell when setting this property already belongs to a control, or the specified cell when setting this property already belongs to a .
index is less than 0 or index is equal to or greater than the number of cells in the collection.
: Returns or sets the cell in the column with the provided name.
columnName does not match the name of any columns in the control.
The specified value when setting this property is null; or columnName is null.
The specified cell when setting this property already belongs to a control, or the specified cell when setting this property already belongs to a .
A to add to the collection.
Returns: . The position in which to insert the new element.
The row that owns this already belongs to a control, or cell already belongs to a .
The array of objects to add to the collection.
cells is null.
The row that owns this already belongs to a control, or at least one value in cells is null, or at least one cell in cells already belongs to a , or at least two values in cells are references to the same .
The array of objects to add to the collection.
cells is null.
The row that owns this already belongs to a control, or at least one value in cells is null, or at least one cell in cells already belongs to a , or at least two values in cells are references to the same .
The row that owns this already belongs to a control.
A to locate in the collection.
Returns: . true if cell is in the collection; otherwise, false.
Returns: . The zero-based index of the value of cell parameter, if it is found in the collection; otherwise, -1.
The to insert.
The row that owns this already belongs to a control, or cell already belongs to a .
The to remove from the collection.
The row that owns this already belongs to a control.
cell could not be found in the collection.
The zero-based index of the to be removed.
The row that owns this already belongs to a control.
Fired when the collection changes.