CATable::IndexNames

This page is a translated version of the page CATable::IndexNames and the translation is 100% complete.

ADE User Guide > ADE Server Class Reference > CATable

Other languages:
English • ‎中文

CATable::IndexNames

该属性返回表格索引名称,结果为一个一维数组。在使用GetDataByLabelsGetDataByElementsSetDataByLabelsSetDataByElements方法获取或者设定表格元素时,按这顺序使用索引。你可以使用SetIndexOrder方法改变此顺序。

返回值

一维字符串数组,包含维度从1到CATableNumDims的属性

示例用法

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


另请参考

Comments


You are not allowed to post comments.