PowerTools SPREAD for Windows Forms 8.0J
SetAutoSortIndex メソッド (IAutoSortIndexSupport)


列インデックス。
列ヘッダ行インデックス
列の自動ソートインジケーターを表示する列ヘッダ行インデックス(列ヘッダの最後の行に表示する場合は -1)を設定します。
構文
'Declaration
 
Sub SetAutoSortIndex( _
   ByVal index As Integer, _
   ByVal value As Integer _
) 
'使用法
 
Dim instance As IAutoSortIndexSupport
Dim index As Integer
Dim value As Integer
 
instance.SetAutoSortIndex(index, value)
void SetAutoSortIndex( 
   int index,
   int value
)

パラメータ

index
列インデックス。
value
列ヘッダ行インデックス
参照

IAutoSortIndexSupport インタフェース
IAutoSortIndexSupport メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.