Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PageSetup Class / Collated Property


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