ClassWorksheetPrintOptions
Class
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:
cs-api-definition
public class WorksheetPrintOptions : SheetPrintOptionsBase
Inheritance: objectSheetPrintOptionsBaseWorksheetPrintOptions
Properties
PrintGridlines
Gets or sets whether gridlines are printed with the worksheet content.
Declaration
cs-api-definition
public bool PrintGridlines { get; set; }
Property Value
The value indicating whether to print gridlines.
PrintRowColumnHeadings
Gets or sets whether row numbers and column letters are printed with the worksheet content.
Declaration
cs-api-definition
public bool PrintRowColumnHeadings { get; set; }
Property Value
The value indicating whether to print the row and column headings.