Class WorksheetPrintOptions
Controls worksheet-specific print options including gridline and row/column heading visibility.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.Printing
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class WorksheetPrintOptions : SheetPrintOptionsBase
Properties
PrintGridlines
Gets or sets whether gridlines are printed with the worksheet content.
Declaration
public bool PrintGridlines { get; set; }
Property Value
|
System.Boolean
The value indicating whether to print gridlines. |
PrintRowColumnHeadings
Gets or sets whether row numbers and column letters are printed with the worksheet content.
Declaration
public bool PrintRowColumnHeadings { get; set; }
Property Value
|
System.Boolean
The value indicating whether to print the row and column headings. |