In This Topic
Selects a given cell and optionally scrolls it into view.
Overload List
Overload | Description |
Select(Int32,Int32,Boolean,Boolean) | Selects a given cell and optionally scrolls it into view. |
Select(GridCellRange,Boolean,Boolean) | Selects a given cell and optionally scrolls it into view. |
Select(IEnumerable<GridCellRange>,Boolean,Boolean) | Selects a collection of cell ranges and optionally scrolls it into view. |
Select(GridControlRange,Boolean,Boolean) | Selects a given cell and optionally scrolls it into view. (Inherited from C1.WinUI.Grid.C1GridControl) |
Select(IEnumerable<GridControlRange>,Boolean,Boolean) | Selects a collection of cells and optionally scrolls it into view. (Inherited from C1.WinUI.Grid.C1GridControl) |
See Also