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


In This Topic
    Draft Property (IExcelPrintPageSetting)
    In This Topic
    Gets or sets a value indicating whether this ExcelPrintPageSetting is draft.
    Syntax
    'Declaration
     
    Property Draft As Boolean
    'Usage
     
    Dim instance As IExcelPrintPageSetting
    Dim value As Boolean
     
    instance.Draft = value
     
    value = instance.Draft
    bool Draft {get; set;}

    Property Value

    true if draft; otherwise, false.
    See Also