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 DataGridView control.
Initializes a new instance of DataGridViewRowHeaderCell.
Boolean: Returns true if the cell allows for HTML rendering of its value.
Boolean: Returns true if the cell allows for markdown rendering of its value.
Int32: Returns the client index of the row header column - always 0.
Returns the formatted value of the cell to copy to the Clipboard.
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.
Returns: Object. An Object that represents the value of the cell to copy to the Clipboard.
Throws:
ArgumentOutOfRangeException rowIndex is less than 0 or greater than or equal to the number of rows in the control.
InvalidOperationException The value of the cell's DataGridView property is null.-or-ColumnIndex is less than 0, indicating that the cell is a row header cell.
Exception Formatting failed and either there is no handler for the DataError event of the DataGridView control or the handler set the ThrowException property to true. The exception object can typically be cast to type FormatException.
Returns the style applied to the row header cell.
includeVisualProperties
true to include inherited visual properties; otherwise, false to include only formatting properties.
Returns: DataGridViewCellStyle. A DataGridViewCellStyle that includes the style of the row header cell and the style inherited from the DataGridView.
Throws:
InvalidOperationException The cell has no associated DataGridView.
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
Defines an object that can invoke a Command.