ClassSheetTabViewModel
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
IsWorksheetActive
Gets the value indicating whether the worksheet is active.
Declaration
public bool IsWorksheetActive { get; }
Property Value
The value indicating whether the worksheet is active.
PageOrder
Gets or sets the page order.
Declaration
public PageOrder PageOrder { get; set; }
Property Value
PageOrder
The page order.
PrintGridlines
Gets or sets the value indicating whether to print gridlines.
Declaration
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
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.
RepeatedRows
Gets or sets the rows to be repeated on each printed page.
Methods
CopyPropertiesFromContext()
Copies the properties from context.
Declaration
public override void CopyPropertiesFromContext()
Overrides
CopyPropertiesToContext()
Copies the properties to context.
Declaration
public override void CopyPropertiesToContext()
Overrides