Worksheet.Select(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Selects the worksheet.
public void Select (object Replace);
abstract member Select : obj -> unit
Public Sub Select (Optional Replace As Object)
Parameters
- Replace
- Object
true
to remove the current selection and select the worksheet instead; false
to extend the current selection to include any previously selected objects and the worksheet.
Remarks
Optional Parameters
For information on optional parameters, see Optional Parameters in Office Solutions.