Class SheetTabViewModel
Represents the sheet tab view model.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class SheetTabViewModel : PageSetupTabViewModelBase
Properties
IsWorksheetActive
Gets the value indicating whether the worksheet is active.
Declaration
public bool IsWorksheetActive { get; }
Property Value
System.Boolean
The value indicating whether the worksheet is active. |
PageOrder
Gets or sets the page order.
Declaration
public PageOrder PageOrder { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.Printing.PageOrder
The page order. |
PrintGridlines
Gets or sets the value indicating whether to print gridlines.
Declaration
public Nullable<bool> PrintGridlines { get; set; }
Property Value
System.Nullable<System.Boolean>
The value indicating whether to print gridlines. |
PrintRowColumnHeadings
Gets or sets the value indicating whether to print row column headings.
Declaration
public Nullable<bool> PrintRowColumnHeadings { get; set; }
Property Value
System.Nullable<System.Boolean>
The value indicating whether to print row column headings. |
RepeatedColumns
Gets or sets the columns to be repeated on each printed page.
Declaration
public string RepeatedColumns { get; set; }
Property Value
System.String
|
RepeatedRows
Gets or sets the rows to be repeated on each printed page.
Declaration
public string RepeatedRows { get; set; }
Property Value
System.String
|
TabHeader
Gets the tab header.
Declaration
public override string TabHeader { get; }
Property Value
System.String
The tab header. |
Overrides
Methods
CopyPropertiesFromContext()
Copies the properties from context.
Declaration
public override void CopyPropertiesFromContext()
Overrides
CopyPropertiesToContext()
Copies the properties to context.
Declaration
public override void CopyPropertiesToContext()