[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PrintOutOptions.Collate

Collate Property

Collate

Gets or sets a value indicating whether multiple copies are collated. The default value is true.

Declaration
public bool Collate { get; set; }
Public Property Collate As Boolean
Examples
PrintOutOptions options = new PrintOutOptions();
options.Collate = false;
bool collate = options.Collate;