Base:
method
GetValue
System.Windows.Forms.DataGridViewHeaderCell.GetValue(System.Int32)
6 references to GetValue
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (4)
157object val = GetValue(rowIndex); 246object value = GetValue(rowIndex); 545string valStr = GetValue(rowIndex) as string; 1207object originalValue = GetValue(rowIndex);
winforms\Managed\System\WinForms\DataGridViewTopLeftHeaderCell.cs (2)
58object value = GetValue(rowIndex); 189object val = GetValue(rowIndex);