FlexGrid for WinForms | ComponentOne
FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace
/
C1FlexGrid Class
/ Select Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: Visual Basic (Declaration)
Language Filter: C#
Visual Basic (Declaration)
C#
In This Topic
Select Method (C1FlexGrid)
In This Topic
Selects a range of cells.
Overload List
Overload
Description
Select(CellRange,Boolean)
Selects a range of cells. (Inherited from
C1.Win.C1FlexGrid.C1FlexGridBase
)
Select(IList<CellRange>,Boolean)
Selects a ranges of cells in MultiRange mode. (Inherited from
C1.Win.C1FlexGrid.C1FlexGridBase
)
Select(CellRange)
Selects a range of cells and scrolls it into view. (Inherited from
C1.Win.C1FlexGrid.C1FlexGridBase
)
Select(IList<CellRange>)
Selects a ranges of cells and scrolls last selection range into view in MultiRange mode. (Inherited from
C1.Win.C1FlexGrid.C1FlexGridBase
)
Select(Int32,Int32,Int32,Int32,Boolean)
Selects a range of cells. (Inherited from
C1.Win.C1FlexGrid.C1FlexGridBase
)
Select(Int32,Int32,Int32,Int32)
Selects a range of cells and scrolls it into view. (Inherited from
C1.Win.C1FlexGrid.C1FlexGridBase
)
Select(Int32,Int32,Boolean)
Selects a cell. (Inherited from
C1.Win.C1FlexGrid.C1FlexGridBase
)
Select(Int32,Int32)
Selects a cell and scrolls it into view. (Inherited from
C1.Win.C1FlexGrid.C1FlexGridBase
)
Select()
(Inherited from
System.Windows.Forms.Control
)
Select(Boolean,Boolean)
(Inherited from
System.Windows.Forms.Control
)
See Also
Reference
C1FlexGrid Class
C1FlexGrid Members