Base:
method
GetValue
System.Windows.Forms.DataGridViewHeaderCell.GetValue(System.Int32)
5 references to GetValue
System.Windows.Forms (5)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (5)
103object? val = GetValue(rowIndex); 192object? value = GetValue(rowIndex); 260object? value = GetValue(rowIndex); 546string? val = GetValue(rowIndex) as string; 1059object? originalValue = GetValue(rowIndex);