PowerTools SPREAD for Windows Forms 8.0J
AutoSortingColumnEventArgs コンストラクタ(SheetView,Int32,Boolean,Boolean)


自動ソートするシート(SheetViewオブジェクト)
自動ソートのキーとして使用する列のインデックス
自動ソートを昇順で行うかどうか
ソートインジケータを表示するかどうか
AutoSortingColumn イベント引数を含む新しいオブジェクトを作成します。
構文
'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 AutoSortingColumnEventArgs(sheetView, column, ascending, showIndicator)
public AutoSortingColumnEventArgs( 
   SheetView sheetView,
   int column,
   bool ascending,
   bool showIndicator
)

パラメータ

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

AutoSortingColumnEventArgs クラス
AutoSortingColumnEventArgs メンバ
オーバーロード一覧

 

 


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