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