New to Telerik UI for WPFStart a free 30-day trial

Represents the sheet tab view model.

Definition

Properties

Gets the value indicating whether the worksheet is active.

C#
public bool IsWorksheetActive { get; }
Property Value:

The value indicating whether the worksheet is active.

PageOrder

PageOrder

Gets or sets the page order.

C#
public PageOrder PageOrder { get; set; }
Property Value:

The page order.

Gets or sets the value indicating whether to print gridlines.

C#
public bool? PrintGridlines { get; set; }
Property Value:

The value indicating whether to print gridlines.

Gets or sets the value indicating whether to print row column headings.

C#
public bool? PrintRowColumnHeadings { get; set; }
Property Value:

The value indicating whether to print row column headings.

Gets or sets the columns to be repeated on each printed page.

C#
public string RepeatedColumns { get; set; }

Gets or sets the rows to be repeated on each printed page.

C#
public string RepeatedRows { get; set; }

Gets the tab header.

C#
public override string TabHeader { get; }
Property Value:

The tab header.

Overrides: PageSetupTabViewModelBase.TabHeader

Methods

Copies the properties from context.

C#
public override void CopyPropertiesFromContext()

Overrides: PageSetupTabViewModelBase.CopyPropertiesFromContext()

Copies the properties to context.

C#
public override void CopyPropertiesToContext()

Overrides: PageSetupTabViewModelBase.CopyPropertiesToContext()