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

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

パラメータ

fromCell
開始セル。
toCell
終了セル。
参照

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