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


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

    Property Value

    The height of the smart print pages.
    See Also