SheetView.ShowRuler Property

Show Ruler.Represents the attribte in schema: showRuler

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "showRuler")> _
Public Property ShowRuler As BooleanValue
    Get
    Set
'Usage
Dim instance As SheetView
Dim value As BooleanValue

value = instance.ShowRuler

instance.ShowRuler = value
[SchemaAttrAttribute(, "showRuler")]
public BooleanValue ShowRuler { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

SheetView Class

SheetView Members

DocumentFormat.OpenXml.Spreadsheet Namespace