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


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

    Property Value

    The height of the smart print pages.
    See Also