Select Method (C1FlexGridBase)
In This Topic
Selects a range of cells.
Overload List
Overload | Description |
Select(CellRange,Boolean) | Selects a range of cells. |
Select(IList<CellRange>,Boolean) | Selects a ranges of cells in MultiRange mode. |
Select(CellRange) | Selects a range of cells and scrolls it into view. |
Select(IList<CellRange>) | Selects a ranges of cells and scrolls last selection range into view in MultiRange mode. |
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) |
Select(Boolean,Boolean) | (Inherited from System.Windows.Forms.Control) |
See Also