Enum
SheetViewType

Specifies the display mode for a worksheet, controlling how content is rendered and laid out.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public enum SheetViewType

Fields

Normal

Standard editing view without page boundaries or breaks.

Declaration

cs-api-definition
Normal = 0

Field Value

SheetViewType

PageBreakPreview

View mode showing page boundaries and allowing manual page break adjustment for printing.

Declaration

cs-api-definition
PageBreakPreview = 1

Field Value

SheetViewType

PageLayout

View mode displaying the worksheet as it will appear when printed, with margins and headers.

Declaration

cs-api-definition
PageLayout = 2

Field Value

SheetViewType

In this article
DefinitionFieldsNormalPageBreakPreviewPageLayout
Not finding the help you need?
Contact Support