DataGrid for WPF/Silverlight
Remove(DataGridRow,DataGridRow) メソッド

C1.Silverlight.DataGrid.5 アセンブリ > C1.Silverlight.DataGrid 名前空間 > DataGridSelection クラス > Remove メソッド : Remove(DataGridRow,DataGridRow) メソッド
開始行。
終了行。
選択モードを考慮して、指定されたセルの範囲を削除します。
シンタックス
'宣言
 
Public Overloads Function Remove( _
   ByVal fromRow As DataGridRow, _
   ByVal toRow As DataGridRow _
) As System.Boolean
public System.bool Remove( 
   DataGridRow fromRow,
   DataGridRow toRow
)

パラメータ

fromRow
開始行。
toRow
終了行。
参照

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