C1.Excel Assembly / C1.Excel Namespace / XLPrintSettings Class
Members

XLPrintSettings Class
Provides options and settings for printing XLSheet objects.
Object Model
XLPrintSettings Class
Syntax
'Declaration
 
Public Class XLPrintSettings 
 
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.Excel.XLPrintSettings

See Also