Show / Hide Table of Contents

Class PageSetupWorksheet

Inheritance
System.Object
PageSetupWorksheet
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class PageSetupWorksheet : object

Properties

BlackAndWhite

Print black and white.

Declaration
public bool BlackAndWhite { get; set; }
Property Value
Type Description
System.Boolean

CellComments

Gets or sets how to print cell comments.

Declaration
public CellComments CellComments { get; set; }
Property Value
Type Description
CellComments

Draft

Print without graphics.

Declaration
public bool Draft { get; set; }
Property Value
Type Description
System.Boolean

PageOrder

Order of printed pages.

Declaration
public PageOrder PageOrder { get; set; }
Property Value
Type Description
PageOrder

PrintArea

Gets or sets the are to print from the sheet.

Declaration
public string PrintArea { get; set; }
Property Value
Type Description
System.String

PrintErrors

Specifies how to print cell values for cells with errors.

Declaration
public PrintError PrintErrors { get; set; }
Property Value
Type Description
PrintError

PrintGridlines

Gets or sets whether to print gridlines.

Declaration
public bool PrintGridlines { get; set; }
Property Value
Type Description
System.Boolean

PrintHeadings

Gets or sets whether to print row and column headings

Declaration
public bool PrintHeadings { get; set; }
Property Value
Type Description
System.Boolean

PrintTitlesColumnsToRepeat

Declaration
public string PrintTitlesColumnsToRepeat { get; set; }
Property Value
Type Description
System.String

PrintTitlesRowsToRepeat

Declaration
public string PrintTitlesRowsToRepeat { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX