Search
Selection.set Method
See Also
 






Sets the selection to a cell or a range of cells.

 Overload List

Name Description

Selection.set (CellRange)

Sets the selection over the cells in the specified range.

Selection.set (Int32, Int32)

Sets the selection over the cell at the specified coordinates.

Selection.set (Int32, Int32, Int32, Int32)

Sets the selection over the range of cells at the specified coordinates.

 See Also