Worksheet.Select(Object) Method

Definition

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.

Applies to