Spread WPF 17
GrapeCity.Excel Namespace / IExcelPrintPageSetting Interface / SmartPrintPagesWidth Property


In This Topic
    SmartPrintPagesWidth Property (IExcelPrintPageSetting)
    In This Topic
    Gets or sets the width of the smart print pages.
    Syntax
    'Declaration
     
    Property SmartPrintPagesWidth As Integer
    'Usage
     
    Dim instance As IExcelPrintPageSetting
    Dim value As Integer
     
    instance.SmartPrintPagesWidth = value
     
    value = instance.SmartPrintPagesWidth
    int SmartPrintPagesWidth {get; set;}

    Property Value

    The width of the smart print pages.
    See Also