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


グループ データ モデルのターゲット
グループの親
列インデックス
アイテムが昇順で表示されるかどうかを示します。
指定した表示設定を使用して、新しい行グループを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal target As GroupDataModel, _
   ByVal parent As Group, _
   ByVal column As Integer, _
   ByVal ascending As Boolean _
)
'使用法
 
Dim target As GroupDataModel
Dim parent As Group
Dim column As Integer
Dim ascending As Boolean
 
Dim instance As New Group(target, parent, column, ascending)
public Group( 
   GroupDataModel target,
   Group parent,
   int column,
   bool ascending
)

パラメータ

target
グループ データ モデルのターゲット
parent
グループの親
column
列インデックス
ascending
アイテムが昇順で表示されるかどうかを示します。
参照

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

 

 


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