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


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

パラメータ

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

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

 

 


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