GrapeCity SPREAD for Windows Forms 11.0J
SortingEventArgs コンストラクタ


ソートされるシート(SheetViewオブジェクト)
並べ替えるセル範囲の開始行インデックス
並べ替えるセル範囲の開始列インデックス
セル範囲の行数
セル範囲の列数
インデックス、ソート順序、およびソートタイプを含むSortArgsオブジェクトの配列。
ソート動作を指定するSortingMode設定
行と列のどちらに従ってソートするか
Sortingイベント引数を含む新しいオブジェクトを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal sheetView As SheetView, _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer, _
   ByVal sortInfo() As SortArgs, _
   ByVal sortingMode As SortingMode, _
   ByVal byRows As Boolean _
)
'使用法
 
Dim sheetView As SheetView
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
Dim sortInfo() As SortArgs
Dim sortingMode As SortingMode
Dim byRows As Boolean
 
Dim instance As New SortingEventArgs(sheetView, row, column, rowCount, columnCount, sortInfo, sortingMode, byRows)

パラメータ

sheetView
ソートされるシート(SheetViewオブジェクト)
row
並べ替えるセル範囲の開始行インデックス
column
並べ替えるセル範囲の開始列インデックス
rowCount
セル範囲の行数
columnCount
セル範囲の列数
sortInfo
インデックス、ソート順序、およびソートタイプを含むSortArgsオブジェクトの配列。
sortingMode
ソート動作を指定するSortingMode設定
byRows
行と列のどちらに従ってソートするか
参照

SortingEventArgs クラス
SortingEventArgs メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.