IPrxDataIslandDimensionSort.UseActualColumnIndex

Syntax

UseActualColumnIndex: Boolean;

Description

The UseActualColumnIndex property determines whether it is necessary to sort values only by indexes of rows or columns visible in the data area.

Comment

By default, data area is sorted taking into account hidden rows and columns, that is, first data area is positioned, then sorting is applied to the specified column and rows or columns are hidden (for example, when sheet element only are shown). On applying sorting, for example, to the second column, the 2 index is not an index of the second visible column, but belongs to the column, which is hidden.

See also:

IPrxDataIslandDimensionSort