New to Telerik Document ProcessingStart a free 30-day trial

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; }
Property Value:

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; }
Property Value:

The value indicating whether to print the row and column headings.