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


自動ソートされたシート(SheetViewオブジェクト)
自動ソートのキー列として使用された列のインデックス
自動ソートが昇順で行われたかどうか
ソートインジケータが表示されたかどうか
AutoSortedColumn イベント引数を含む新しいオブジェクトを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal sheetView As SheetView, _
   ByVal column As Integer, _
   ByVal ascending As Boolean, _
   ByVal showIndicator As Boolean _
)
'使用法
 
Dim sheetView As SheetView
Dim column As Integer
Dim ascending As Boolean
Dim showIndicator As Boolean
 
Dim instance As New AutoSortedColumnEventArgs(sheetView, column, ascending, showIndicator)
public AutoSortedColumnEventArgs( 
   SheetView sheetView,
   int column,
   bool ascending,
   bool showIndicator
)

パラメータ

sheetView
自動ソートされたシート(SheetViewオブジェクト)
column
自動ソートのキー列として使用された列のインデックス
ascending
自動ソートが昇順で行われたかどうか
showIndicator
ソートインジケータが表示されたかどうか
参照

AutoSortedColumnEventArgs クラス
AutoSortedColumnEventArgs メンバ

 

 


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