XlMousePointer Enumeration

Specifies the appearance of the mouse pointer in Microsoft Excel.

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

Syntax

'Declaration
Public Enumeration XlMousePointer
'Usage
Dim instance As XlMousePointer
public enum XlMousePointer

Members

Member name Description
xlIBeam The I-beam pointer.
xlDefault The default pointer.
xlNorthwestArrow The northwest-arrow pointer.
xlWait The hourglass pointer.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace