CATable::IndexName
Revision as of 07:46, 25 October 2015 by Jhuawen (talk | contribs) (Created page with "* CATable::IndexNames * CATable::NumDims * Analytica函数 IndexNames")
ADE User Guide > ADE Server Class Reference > CATable
CATable::IndexName(indexNumber)
Takes one parameter, «indexNumber», from 1 to NumDims and returns the name of the corresponding index for the CATable.
返回值
string:字符串——索引名称
示例用法
Visual basic代码:检索第一个索引名称。
- dim string as indexTitle = Var.DefTable.IndexName (1)
另请参考
- CATable::IndexNames
- CATable::NumDims
- Analytica函数 IndexNames
Comments
Enable comment auto-refresher