Provides options and settings for printing XLSheet objects.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public class XLPrintSettings : ICloneable
Visual Basic
Public Class XLPrintSettings _
	Implements ICloneable

Remarks

The settings are applied to each sheet and are accessible through the sheet's 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.Silverlight.Excel..::..XLPrintSettings

See Also