XlOLEVerb Enumeration 

Specifies the verb that the server of the OLE object should act on.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Dim xlOLEVerb1 As XlOLEVerb = XlOLEVerb.xlVerbOpen

Syntax

Public Enum XlOLEVerb
public enum XlOLEVerb
public enum class XlOLEVerb
public enum XlOLEVerb
public enum XlOLEVerb

Members

Member name Description
xlVerbOpen Open the object.
xlVerbPrimary Perform the primary action for the server.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace