SheetViewType
Enum
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:
C#
public enum SheetViewType
Fields
Standard editing view without page boundaries or breaks.
C#
Normal = 0
View mode showing page boundaries and allowing manual page break adjustment for printing.
C#
PageBreakPreview = 1
View mode displaying the worksheet as it will appear when printed, with margins and headers.
C#
PageLayout = 2