Excel for WPF and Silverlight
XLPrintSettings Class
Members 

C1.WPF.Excel Namespace : XLPrintSettings Class
Provides options and settings for printing XLSheet objects.
Object Model
XLPrintSettings Class
Syntax
'Declaration
 
Public Class XLPrintSettings 
   Implements ICloneable 
public class XLPrintSettings : ICloneable  
Remarks

The settings are applied to each sheet and are accessible through the sheet's XLSheet.PrintSettings property.

Note that C1XLBook does not provide any printing services. The settings are used when printing the sheet from Excel.

Inheritance Hierarchy

System.Object
   C1.WPF.Excel.XLPrintSettings

See Also

Reference

XLPrintSettings Members
C1.WPF.Excel Namespace