Share via


ApplicationClass.CommandUnderlines Property

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

Syntax

'Declaration
Public Overridable Property CommandUnderlines As XlCommandUnderlines
    Get
    Set
'Usage
Dim instance As ApplicationClass
Dim value As XlCommandUnderlines

value = instance.CommandUnderlines

instance.CommandUnderlines = value
public virtual XlCommandUnderlines CommandUnderlines { get; set; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlCommandUnderlines

Implements

_Application.CommandUnderlines

See Also

Reference

ApplicationClass Class

ApplicationClass Members

Microsoft.Office.Interop.Excel Namespace