OLEFormat.DoVerb Method
Requests that an OLE object perform one of its verbs.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub DoVerb ( _
Index As Integer _
)
'Usage
Dim instance As OLEFormat
Dim Index As Integer
instance.DoVerb(Index)
void DoVerb(
int Index
)
Parameters
- Index
Type: System.Int32
The verb to perform. If this argument is omitted, the default verb is performed.
Remarks
Use the ObjectVerbs property to determine the available verbs for an OLE object.