DataGrid for WPF/Silverlight
DataGridCellsRange コンストラクタ(DataGridCell,DataGridCell)

C1.WPF.DataGrid.4.5.2 アセンブリ > C1.WPF.DataGrid 名前空間 > DataGridCellsRange クラス > DataGridCellsRange コンストラクタ : DataGridCellsRange コンストラクタ(DataGridCell,DataGridCell)
左上のセル。
右下のセル。
DataGridCellsRangeクラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal topLeftCell As DataGridCell, _
   ByVal bottomRightCell As DataGridCell _
)
public DataGridCellsRange( 
   DataGridCell topLeftCell,
   DataGridCell bottomRightCell
)

パラメータ

topLeftCell
左上のセル。
bottomRightCell
右下のセル。
参照

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