True DBGrid for WinForms
ExpandHierarchicalRow メソッド (View)

C1.Win.TrueDBGrid.6 アセンブリ > C1.Win.TrueDBGrid.BaseGrid 名前空間 > View クラス : ExpandHierarchicalRow メソッド
展開するテーブル領域。
展開する行。
階層 DataView グリッド内の同じ垂直スクロールグループにあるすべてのスプリットで、指定された行の指定されたテーブル領域を展開します。
シンタックス
'宣言
 
Public Overridable Sub ExpandHierarchicalRow( _
   ByVal band As System.Integer, _
   ByVal row As System.Integer _
) 
public virtual void ExpandHierarchicalRow( 
   System.int band,
   System.int row
)

パラメータ

band
展開するテーブル領域。
row
展開する行。
参照

View クラス
View メンバ