True DBGrid for WinForms
ExpandGroupRow(Int32,Boolean) メソッド

C1.Win.TrueDBGrid.6 アセンブリ > C1.Win.TrueDBGrid 名前空間 > C1TrueDBGrid クラス > ExpandGroupRow メソッド : ExpandGroupRow(Int32,Boolean) メソッド
展開する行です。
サブ行を展開する場合は true。
GroupBy DataView で特定の行を展開します。オプションでサブ行も展開します。
シンタックス
'宣言
 
Public Overloads Sub ExpandGroupRow( _
   ByVal row As System.Integer, _
   ByVal expandSubRows As System.Boolean _
) 
public void ExpandGroupRow( 
   System.int row,
   System.bool expandSubRows
)

パラメータ

row
展開する行です。
expandSubRows
サブ行を展開する場合は true。
参照

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