Base:
method
GetValue
System.Windows.Forms.DataGridViewHeaderCell.GetValue(System.Int32)
5 references to GetValue
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (5)
230object val = GetValue(rowIndex); 316object value = GetValue(rowIndex); 385object value = GetValue(rowIndex); 681object val = GetValue(rowIndex); 1150object originalValue = GetValue(rowIndex);