DataGridViewRowHeaderCell::GetInheritedStyle Method (DataGridViewCellStyle^, Int32, Boolean)
.NET Framework (current version)
Gets the style applied to the cell.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: virtual DataGridViewCellStyle^ GetInheritedStyle( DataGridViewCellStyle^ inheritedCellStyle, int rowIndex, bool includeColors ) override
Parameters
- inheritedCellStyle
-
Type:
System.Windows.Forms::DataGridViewCellStyle^
A DataGridViewCellStyle to be populated with the inherited cell style.
- rowIndex
-
Type:
System::Int32
The index of the cell's parent row.
- includeColors
-
Type:
System::Boolean
true to include inherited colors in the returned cell style; otherwise, false.
Return Value
Type: System.Windows.Forms::DataGridViewCellStyle^A DataGridViewCellStyle that includes the style settings of the cell inherited from the cell's parent row, column, and DataGridView.
.NET Framework
Available since 2.0
Available since 2.0
Show: