DataGridViewRowHeaderCell.GetInheritedStyle Metodo

Definizione

Ottiene lo stile applicato alla cella.

public:
 override System::Windows::Forms::DataGridViewCellStyle ^ GetInheritedStyle(System::Windows::Forms::DataGridViewCellStyle ^ inheritedCellStyle, int rowIndex, bool includeColors);
public override System.Windows.Forms.DataGridViewCellStyle GetInheritedStyle (System.Windows.Forms.DataGridViewCellStyle inheritedCellStyle, int rowIndex, bool includeColors);
public override System.Windows.Forms.DataGridViewCellStyle GetInheritedStyle (System.Windows.Forms.DataGridViewCellStyle? inheritedCellStyle, int rowIndex, bool includeColors);
override this.GetInheritedStyle : System.Windows.Forms.DataGridViewCellStyle * int * bool -> System.Windows.Forms.DataGridViewCellStyle
Public Overrides Function GetInheritedStyle (inheritedCellStyle As DataGridViewCellStyle, rowIndex As Integer, includeColors As Boolean) As DataGridViewCellStyle

Parametri

inheritedCellStyle
DataGridViewCellStyle

Oggetto DataGridViewCellStyle in cui inserire lo stile di cella ereditato.

rowIndex
Int32

Indice della riga padre della cella.

includeColors
Boolean

true per includere i colori ereditati nello stile di cella restituito. In caso contrario, false.

Restituisce

Oggetto DataGridViewCellStyle che include le impostazioni di stile della cella ereditate dalla riga padre, dalla colonna e dall'oggetto DataGridView della cella.

Si applica a

Vedi anche