Version

ShowRulerInPageLayoutView Property

Gets or sets the value which indicates whether to show rulers in the page layout view.
Syntax
public bool ShowRulerInPageLayoutView {get; set;}

Property Value

The value which indicates whether to show rulers in the page layout view.
Remarks

When this value is True, one ruler will display above the column headers of the active page in page layout view. Another ruler will also display before the row headers of the active page.

Note: This property will only affect the worksheet view if the View is PageLayout.

Note: The WorksheetView value of PageLayout is only supported in Excel 2007. If a worksheet with that View is viewed in earlier versions of Microsoft Excel, the view will default to Normal view.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also