Table of Contents

TSheetView Class

This class has the different "Page View" modes that you can choose in Excel, ad properties of each mode.

Syntax

Namespace: FlexCel.Core

public class TSheetView

Constructors

Name Description
TSheetView Creates a new TSheetView with the specified values.

Methods

Name Description
Equals Returns true if both object are the same.
GetHashCode Returns the hashcode of the instance.

Properties

Name Description
ShowRulers If true, Excel will show rulers when in Page Layout mode.
ShowWhitespace If true, when in Page Layout mode Excel will show whitespace between sheets.
ViewType Active view mode.
ZoomNormal Zoom for when we are in normal mode. It must be 0, or a value between 10 and 400. Zero means to use the default zoom.
ZoomPageBreakPreview Zoom for when we are in Page Break Preview mode. It must be 0, or a value between 10 and 400. Zero means to use the default zoom which is 60% for Excel 2013.
ZoomPageLayout Zoom for when we are in Page Layout mode. It must be 0, or a value between 10 and 400. Zero means to use the default zoom.