'Declaration
Public Overridable Function GetInheritedStyle( _ ByVal inheritedCellStyle As System.Windows.Forms.DataGridViewCellStyle, _ ByVal rowIndex As System.Integer, _ ByVal includeColors As System.Boolean _ ) As System.Windows.Forms.DataGridViewCellStyle
'Usage
Dim instance As NDataGridViewDetailsCell Dim inheritedCellStyle As System.Windows.Forms.DataGridViewCellStyle Dim rowIndex As System.Integer Dim includeColors As System.Boolean Dim value As System.Windows.Forms.DataGridViewCellStyle value = instance.GetInheritedStyle(inheritedCellStyle, rowIndex, includeColors)
public virtual System.Windows.Forms.DataGridViewCellStyle GetInheritedStyle( System.Windows.Forms.DataGridViewCellStyle inheritedCellStyle, System.int rowIndex, System.bool includeColors )
Parameters
- inheritedCellStyle
- rowIndex
- includeColors