CATable::IndexNames

Revision as of 17:49, 2 January 2015 by Lchrisman (talk | contribs) (Created page with "<< Back to CATable = 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 t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<< Back to CATable

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.

Return value

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.