OLEObject.Select Method (2003 System)

Selects the OLEObject.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

Syntax

'Declaration
Public Function Select ( _
    Replace As Object _
) As Object
'Usage
Dim instance As OLEObject
Dim Replace As Object
Dim returnValue As Object

returnValue = instance.Select(Replace)
public Object Select(
    Object Replace
)

Parameters

  • Replace
    Type: System.Object
    true to replace the current selection with the specified object. false to extend the current selection to include any previously selected objects and the specified object.

Return Value

Type: System.Object
true if the selection is successful; otherwise, false.

Permissions

See Also

Reference

OLEObject Class

OLEObject Members

Microsoft.Office.Tools.Excel Namespace