Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / IPageSetup Interface / Collated Property


In This Topic
    Collated Property (IPageSetup)
    In This Topic
    Gets or sets a value indicating whether the printed document is collated.
    Syntax
    'Declaration
     
    
    Property Collated As Boolean
    'Usage
     
    
    Dim instance As IPageSetup
    Dim value As Boolean
     
    instance.Collated = value
     
    value = instance.Collated
    bool Collated {get; set;}
    See Also