CATable::NthRowIndex

This page contains changes which are not marked for translation.

ADE User Guide > ADE Server Class Reference > CATable

property CAIndex NthRowIndex(n)

Description

This property is used to access information about the table pivot that would be used by desktop Analytica (DTA) to view this table. Information about the pivot is stored in several attributes, such as ReformDef and ReformVal, but is computed based on this information and several additional heuristics that take several other factors into account, including the lengths of the indexes, their textual names, etc.

This property returns the nth row index as a CAIndex, where n can range from 1 to CATable::NumRowIndexes.

Data type

CAIndex

Access

read

Usage

In C#:

CAIndex pRowInd = NthRowIndex[1];

History

This property was introduced in ADE 5.0. It is unavailable in releases prior to that.

See Also

Comments


You are not allowed to post comments.