PowerTools SPREAD for Windows Forms 8.0J
AutoFilteredColumnEventArgs コンストラクタ


自動フィルタリングが実行されたシート(SheetViewオブジェクト)
自動フィルタリングが実行された列のインデックス
列のフィルタリングに使用する文字列
AutoFilteredColumn イベント引数を含む新しいオブジェクトを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal sheetView As SheetView, _
   ByVal column As Integer, _
   ByVal filterString As String _
)
'使用法
 
Dim sheetView As SheetView
Dim column As Integer
Dim filterString As String
 
Dim instance As New AutoFilteredColumnEventArgs(sheetView, column, filterString)
public AutoFilteredColumnEventArgs( 
   SheetView sheetView,
   int column,
   string filterString
)

パラメータ

sheetView
自動フィルタリングが実行されたシート(SheetViewオブジェクト)
column
自動フィルタリングが実行された列のインデックス
filterString
列のフィルタリングに使用する文字列
参照

AutoFilteredColumnEventArgs クラス
AutoFilteredColumnEventArgs メンバ

 

 


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