ReorderTable メソッド (SapTable)
クラス
SapTable
.
処理
このメソッドは列の順序を並べ替えます。
構文
C#
table
.
ReorderTable
(
permutation
)
VB
table
.
ReorderTable
(
permutation
)
変数
説明
permutation
列の新しい順序を指定します。 たとえば、 "1 3 2" と指定すると、列 3 が 2 番目の位置に移動します。
String
。