Version

ShowWhitespaceInPageLayoutView Property

Gets or sets the value which indicates whether to show whitespace between worksheet pages in page layout view.
Syntax
public bool ShowWhitespaceInPageLayoutView {get; set;}

Property Value

The value which indicates whether to show white page between worksheet pages in page layout view.
Remarks

Note: For this value to affect the display of the worksheet, the View must be set to PageLayout. However, if a different view is used, this is still saved with the workbook.

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