CATable::SetIndexOrder

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

ADE User Guide > ADE Server Class Reference > CATable

Other languages:
English • ‎中文

描述

将表格中索引的顺序设置成«indexNames»的顺序,«indexNames»必须只包含表格中索引元素的名称,假设该表格不只一个索引。该顺序决定使用SetDataByElementsSetDataByLabelsGetDataByElementsGetDataByLabels来访问表格中单元格的顺序。

索引顺序也被GraphToStreamGraphToFile 用作表格的枢轴,,除非GraphWithStoredPivot属性设置为ture。

数据类型

布尔值

示例用法

Dim indexNames(2)
indexNames(1) = "X"
indexNames(2) = "Y"
tab.SetIndexOrder(indexNames)

说明

API 错误

  • 24 – “下标必须是一个由变体组成的数组”
  • 26 – “下标数组的下界无法访问”
  • 27 – “下标数组的上界无法访问”
  • 28 – “必须最少指定数组中的一个元素”
  • 52 – “指定名称不是该数组的索引”

另请参考

Comments


You are not allowed to post comments.