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

C1.Silverlight.DataGrid.5 アセンブリ > C1.Silverlight.DataGrid 名前空間 > DataGridSelection クラス > Add メソッド : Add(DataGridRow,DataGridRow) メソッド
開始行。
終了行。
fromRowから toRowの範囲を選択範囲に追加します。範囲選択を受け付けない選択モードである場合は、 toRowが選択されます。
シンタックス
'宣言
 
Public Overloads Function Add( _
   ByVal fromRow As DataGridRow, _
   ByVal toRow As DataGridRow _
) As System.Boolean
public System.bool Add( 
   DataGridRow fromRow,
   DataGridRow toRow
)

パラメータ

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

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