Table of Contents

TSheetView.Create Method

Creates a new TSheetView with the specified values.

Syntax

Unit: FlexCel.Core

class function TSheetView.Create(const aViewType: TSheetViewType; const aShowWhitespace: Boolean; const aShowRulers: Boolean; const aZoomNormal: Integer; const aZoomPageLayout: Integer; const aZoomPageBreakPreview: Integer): TSheetView; static; overload;

Parameters

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

See also