Class WorksheetPrintOptions
Represents the worksheet print options.
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.Windows.Documents.Spreadsheet.Model.Printing
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class WorksheetPrintOptions : SheetPrintOptionsBase
  Properties
PrintGridlines
Gets or sets the value indicating whether to print gridlines.
Declaration
public bool PrintGridlines { get; set; }
  Property Value
| 
        System.Boolean
         The value indicating whether to print gridlines.  | 
    
PrintRowColumnHeadings
Gets or sets the value indicating whether to print the row and column headings.
Declaration
public bool PrintRowColumnHeadings { get; set; }
  Property Value
| 
        System.Boolean
         The value indicating whether to print the row and column headings.  |