バージョン

SetIsRowExpandedAtIndex メソッド (IDataSource)

行の展開状態を設定します。
シンタックス
'宣言
 
Sub SetIsRowExpandedAtIndex( _
   ByVal rowIndex As Integer, _
   ByVal isExpanded As Boolean _
) 
void SetIsRowExpandedAtIndex( 
   int rowIndex,
   bool isExpanded
)

パラメータ

rowIndex
更新する行。
isExpanded
行が展開されているかどうか。
参照