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