Excel for WPF | ComponentOne
C1.Silverlight.Excel Namespace / XLPrintSettings Class
Members

In This Topic
    XLPrintSettings Class
    In This Topic
    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.Silverlight.Excel.XLPrintSettings

    See Also