Table of Contents

TSheetView.TSheetView Constructor

Creates a new TSheetView with the specified values.

Syntax

Namespace: FlexCel.Core

public TSheetView(TSheetViewType aViewType, Boolean aShowWhitespace, Boolean aShowRulers, Int32 aZoomNormal, Int32 aZoomPageLayout, Int32 aZoomPageBreakPreview)

Parameters

<-> Parameter Type Description
aViewType TSheetViewType See ViewType.
aShowWhitespace Boolean See ShowWhitespace.
aShowRulers Boolean See ShowRulers.
aZoomNormal Int32 See ZoomNormal.
aZoomPageLayout Int32 See ZoomPageLayout.
aZoomPageBreakPreview Int32 See ZoomPageBreakPreview.

See also