CAIndex::GetValueByNumber
Revision as of 04:23, 13 May 2015 by Lchrisman (talk | contribs) (Created page with "<< Back to CAIndex = variant GetValueByNumber(int n) = Returns the index label at the specified position in the index. == Parameters == «n» : integer - the p...")
variant GetValueByNumber(int n)
Returns the index label at the specified position in the index.
Parameters
«n» : integer - the position in the index, where the first element is at position 1.
Return value
variant
API Errors
- 23 - "Illegal position in index"
Example Usage
lastLabel = theIndex.GetValueByNumber( theIndex.IndexElements )
See Also
Comments
Enable comment auto-refresher