CATable::IndexNames

Revision as of 07:52, 25 October 2015 by Jhuawen (talk | contribs) (Created page with "一维字符串数组,包含维度从1到CATableNumDims/zh|CATable::NumDims|NumDims的属性")

ADE User Guide > ADE Server Class Reference > CATable

Other languages:
English • ‎中文

CATable::IndexNames

This property returns the names of the indexes of the table as a 1-D array. Use indexes in this order when using the GetDataByLabels, GetDataByElements, SetDataByLabels and SetDataByElements methods to get or set elements of the table. You can change the order with the SetIndexOrder method.

返回值

一维字符串数组,包含维度从1到CATableNumDims/zh|CATable::NumDims|NumDims的属性

示例用法

Dim names(k) of String = Var.DefTable.IndexNames


另请参考

Comments


You are not allowed to post comments.