Enum ImagingSpreadsheetPageOrder
Specifies the order used to render the pages in spreadsheets.
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public enum ImagingSpreadsheetPageOrderFields
| Name | Description | 
|---|---|
| DownThenOver | Renders the pages for vertical overflow first, and then for horizontal. | 
| OriginalSetting | Renders pages in the original order used by the spreadsheet. | 
| OverThenDown | Renders the pages for horizontal overflow first, and then for vertical. | 
| Unknown | Represents error during mapping. |