Share via


Window.DisplayRuler Property

True if a ruler is displayed for the specified window. Read/write.

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

Syntax

'Declaration
Property DisplayRuler As Boolean
    Get
    Set
'Usage
Dim instance As Window
Dim value As Boolean

value = instance.DisplayRuler

instance.DisplayRuler = value
bool DisplayRuler { get; set; }

Property Value

Type: System.Boolean
Boolean

See Also

Reference

Window Interface

Window Members

Microsoft.Office.Interop.Excel Namespace