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


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

    Property Value

    true if draft; otherwise, false.
    See Also