DataGridViewRowHeaderCell
Wisej.Web.DataGridViewRowHeaderCell
Last updated
Was this helpful?
Wisej.Web.DataGridViewRowHeaderCell
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents a row header of a control.
Initializes a new instance of .
: Returns the client index of the row header column - always 0.
rowIndex
The zero-based index of the row containing the cell.
firstCell
true to indicate that the cell is in the first column of the region defined by the selected cells; otherwise, false.
lastCell
true to indicate that the cell is the last column of the region defined by the selected cells; otherwise, false.
inFirstRow
true to indicate that the cell is in the first row of the region defined by the selected cells; otherwise, false.
inLastRow
true to indicate that the cell is in the last row of the region defined by the selected cells; otherwise, false.
format
The current format string of the cell.
Throws:
Returns the style applied to the row header cell.
includeVisualProperties
true to include inherited visual properties; otherwise, false to include only formatting properties.
Throws:
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
Returns the formatted value of the cell to copy to the .
Returns: . An that represents the value of the cell to copy to the .
rowIndex is less than 0 or greater than or equal to the number of rows in the control.
The value of the cell's property is null.-or- is less than 0, indicating that the cell is a row header cell.
Formatting failed and either there is no handler for the event of the control or the handler set the property to true. The exception object can typically be cast to type .
Returns: . A that includes the style of the row header cell and the style inherited from the .
The cell has no associated .
Defines an object that can invoke a .