[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Printing.Order

Order Enum

Specifies the order in which cells are processed.

Namespace: GrapeCity.Spreadsheet.Printing
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum Order : byte
Public Enum Order As Byte

Fields

Name Description
DownThenOver

Process down the rows before processing across pages or page fields to the right.

OverThenDown

Process across pages or page fields to the right before moving down the rows.