Difference between revisions of "CATable::NthRowIndex"
(Introduced, new to 4.7) |
(C# syntax) |
||
Line 25: | Line 25: | ||
<!--T:9--> | <!--T:9--> | ||
− | :<code>CAIndex pRowInd = NthRowIndex | + | In C#: |
+ | :<code>CAIndex pRowInd = NthRowIndex[1];</code> | ||
== History == | == History == |
Revision as of 17:27, 25 March 2016
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
Access
read
Usage
In C#:
CAIndex pRowInd = NthRowIndex[1];
History
This property was introduced in ADE 4.7. It is unavailable in releases prior to that.
See Also
Comments
Enable comment auto-refresher