Base:
method
GetValue
System.Windows.Forms.DataGridViewHeaderCell.GetValue(System.Int32)
6 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; 1055object? originalValue = GetValue(rowIndex);
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewHeaderCellTests.cs (1)
4669public new object GetValue(int rowIndex) => base.GetValue(rowIndex);