Charts.Select Method
Selects the object.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub Select ( _
Replace As Object _
)
'Usage
Dim instance As Charts
Dim Replace As Object
instance.Select(Replace)
void Select(
Object Replace
)
Parameters
Replace
Type: System.ObjectOptional Object. The object to replace.