Class
SheetTabViewModel

Represents the sheet tab view model.

Definition

Properties

IsWorksheetActive

Gets the value indicating whether the worksheet is active.

Declaration

cs-api-definition
public bool IsWorksheetActive { get; }

Property Value

bool

The value indicating whether the worksheet is active.

PageOrder

Gets or sets the page order.

Declaration

cs-api-definition
public PageOrder PageOrder { get; set; }

Property Value

PageOrder

The page order.

PrintGridlines

Gets or sets the value indicating whether to print gridlines.

Declaration

cs-api-definition
public bool? PrintGridlines { get; set; }

Property Value

bool?

The value indicating whether to print gridlines.

PrintRowColumnHeadings

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

Declaration

cs-api-definition
public bool? PrintRowColumnHeadings { get; set; }

Property Value

bool?

The value indicating whether to print row column headings.

RepeatedColumns

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

Declaration

cs-api-definition
public string RepeatedColumns { get; set; }

Property Value

string

RepeatedRows

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

Declaration

cs-api-definition
public string RepeatedRows { get; set; }

Property Value

string

TabHeader

Gets the tab header.

Declaration

cs-api-definition
public override string TabHeader { get; }

Property Value

string

The tab header.

Overrides PageSetupTabViewModelBase.TabHeader

Methods

CopyPropertiesFromContext()

Copies the properties from context.

Declaration

cs-api-definition
public override void CopyPropertiesFromContext()

Overrides PageSetupTabViewModelBase.CopyPropertiesFromContext()

CopyPropertiesToContext()

Copies the properties to context.

Declaration

cs-api-definition
public override void CopyPropertiesToContext()

Overrides PageSetupTabViewModelBase.CopyPropertiesToContext()