PowerTools SPREAD for Windows Forms 8.0J
GetAutoFilterIndex メソッド (IAutoFilterIndexSupport)


列インデックス
列の自動フィルタインジケーターを表示する列ヘッダ行インデックスを取得します。
構文
'Declaration
 
Function GetAutoFilterIndex( _
   ByVal columnIndex As Integer _
) As Integer
'使用法
 
Dim instance As IAutoFilterIndexSupport
Dim columnIndex As Integer
Dim value As Integer
 
value = instance.GetAutoFilterIndex(columnIndex)
int GetAutoFilterIndex( 
   int columnIndex
)

パラメータ

columnIndex
列インデックス

戻り値の型

列ヘッダ行インデックス(列ヘッダの最後の行に表示する場合は-1)。
参照

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

 

 


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