Version

ShowRulerInPageLayoutView Property

Gets or sets the value which indicates whether to show rulers in the page layout view.
Syntax
'Declaration
 
Public Property ShowRulerInPageLayoutView As Boolean
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: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also