Wisej.Web.DataGridViewHeaderCell
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Contains functionality common to row header cells and column header cells.
Boolean: Returns a value indicating whether the cell is frozen.
Boolean: Returns a value indicating whether the header cell is read-only.
Throws:
InvalidOperationException An operation tries to set this property.
Boolean: Returns a value indicating whether the cell is resizable.
Boolean: Returns or sets whether the cell is selected.
Throws:
InvalidOperationException This property is being set.
Type: Returns the type of the value stored in the cell.
Boolean: Returns a value indicating whether or not the cell is visible.
Creates a copy of this cell.
Returns: DataGridViewCell. The cloned DataGridViewHeaderCell.
Returns a value indicating the current state of the cell as inherited from the state of its row or column.
Returns: DataGridViewElementStates. A combination of DataGridViewElementStates values representing the current state of the cell.
Throws:
ArgumentException The cell is a row header cell, the cell is not contained within a DataGridView control, and rowIndex is not -1.- or -The cell is a row header cell, the cell is contained within a DataGridView control, and rowIndex is outside the valid range of 0 to the number of rows in the control minus 1.- or -The cell is a row header cell and rowIndex is not the index of the row containing this cell.
ArgumentOutOfRangeException The cell is a column header cell or the control's TopLeftHeaderCell and rowIndex is not -1.
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
rowIndex
The index of the row containing the cell or -1 if the cell is not a row header cell or is not contained within a DataGridView control.
Represents a column header in a DataGridView control.
Represents a row header of a DataGridView control.