Spread WPF 17
GrapeCity.Excel Namespace / ExcelPrintPageSetting Class / SmartPrintPagesWidth Property


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

    Property Value

    The width of the smart print pages.
    See Also