FlexGrid for WPF
GridCellRange コンストラクタ(Int32,Int32,Int32,Int32)

C1.WPF.Grid アセンブリ > C1.WPF.Grid 名前空間 > GridCellRange クラス > GridCellRange コンストラクタ : GridCellRange コンストラクタ(Int32,Int32,Int32,Int32)
上の行
左端の列
一番下の行
右端の列
GridCellRange クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal row1 As System.Integer, _
   ByVal col1 As System.Integer, _
   ByVal row2 As System.Integer, _
   ByVal col2 As System.Integer _
)
public GridCellRange( 
   System.int row1,
   System.int col1,
   System.int row2,
   System.int col2
)

パラメータ

row1
上の行
col1
左端の列
row2
一番下の行
col2
右端の列
参照

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