Overload | Description |
---|---|
Select(CellRange,Boolean) | Selects a range of cells. (Inherited from C1.Win.FlexGrid.C1FlexGridBase) |
Select(IList<CellRange>,Boolean) | Selects a ranges of cells in MultiRange mode. (Inherited from C1.Win.FlexGrid.C1FlexGridBase) |
Select(CellRange) | Selects a range of cells and scrolls it into view. (Inherited from C1.Win.FlexGrid.C1FlexGridBase) |
Select(IList<CellRange>) | Selects a ranges of cells and scrolls last selection range into view in MultiRange mode. (Inherited from C1.Win.FlexGrid.C1FlexGridBase) |
Select(Int32,Int32,Int32,Int32,Boolean) | Selects a range of cells. (Inherited from C1.Win.FlexGrid.C1FlexGridBase) |
Select(Int32,Int32,Int32,Int32) | Selects a range of cells and scrolls it into view. (Inherited from C1.Win.FlexGrid.C1FlexGridBase) |
Select(Int32,Int32,Boolean) | Selects a cell. (Inherited from C1.Win.FlexGrid.C1FlexGridBase) |
Select(Int32,Int32) | Selects a cell and scrolls it into view. (Inherited from C1.Win.FlexGrid.C1FlexGridBase) |
Select() | (Inherited from System.Windows.Forms.Control) |
Select(Boolean,Boolean) | (Inherited from System.Windows.Forms.Control) |