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)
133object? val = GetValue(rowIndex); 222object? value = GetValue(rowIndex); 505string? valStr = GetValue(rowIndex) as string; 1192object? originalValue = GetValue(rowIndex);
System\Windows\Forms\Controls\DataGridView\DataGridViewTopLeftHeaderCell.cs (3)
37object? value = GetValue(rowIndex); 112object? value = GetValue(rowIndex); 151string? val = GetValue(rowIndex) as string;