CATable::IndexNames

Revision as of 07:49, 25 October 2015 by Jhuawen (talk | contribs) (Created page with "= 返回值 =")

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.

返回值

One-D string array with dimension from 1 to the CATable's NumDims property.

Example Usage

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


See Also

Comments


You are not allowed to post comments.