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


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

パラメータ

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

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

 

 


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