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.