Overload | Description |
---|---|
Select(CellRange,Boolean) | Selects a range of cells. |
Select(CellRange) | Selects a range of cells and scrolls it into view. |
Select(Int32,Int32,Int32,Int32,Boolean) | Selects a range of cells. |
Select(Int32,Int32,Int32,Int32) | Selects a range of cells and scrolls it into view. |
Select(Int32,Int32,Boolean) | Selects a cell. |
Select(Int32,Int32) | Selects a cell and scrolls it into view. |
Select() | (Inherited from System.Windows.Forms.Control) |