DataGridViewRowHeaderCell
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents a row header of a DataGridView control.
- C#
- VB.NET
public class DataGridViewRowHeaderCell : DataGridViewHeaderCell
Public Class DataGridViewRowHeaderCell
Inherits DataGridViewHeaderCell
Constructors
DataGridViewRowHeaderCell()
Initializes a new instance of DataGridViewRowHeaderCell.
Properties
ClientColIndex
Int32: Returns the client index of the row header column - always 0.
Methods
GetInheritedStyle(includeVisualProperties)
Returns the style applied to the row header cell.
| Parameter | Type | Description |
|---|---|---|
| includeVisualProperties | Boolean | 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.
Implements
| Name | Description |
|---|---|
| ICommandSource | Defines an object that can invoke a Command. |