Base:
method
GetValue
System.Windows.Forms.DataGridViewHeaderCell.GetValue(System.Int32)
7 references to GetValue
System.Windows.Forms (7)
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.cs (4)
133
object? val =
GetValue
(rowIndex);
222
object? value =
GetValue
(rowIndex);
505
string? valStr =
GetValue
(rowIndex) as string;
1192
object? originalValue =
GetValue
(rowIndex);
System\Windows\Forms\Controls\DataGridView\DataGridViewTopLeftHeaderCell.cs (3)
37
object? value =
GetValue
(rowIndex);
112
object? value =
GetValue
(rowIndex);
151
string? val =
GetValue
(rowIndex) as string;