IEaxAnalyzer.PrintOrder

Syntax

PrintOrder(Index: Integer): IEaxObject;

Parameters

Index:  Index of express report object.

Description

The PrintOrder property sets the order in which the objects are shown in express report window and printed. The PrintOrder property is outdated, use the IEaxAnalyzer.ViewOrder property to set the objects order. The objects are numerated from right to left.

See also:

IEaxAnalyzer