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

C1.WPF.FlexGrid.4.6.2 アセンブリ > C1.WPF.FlexGrid 名前空間 > CellRange 構造体 > CellRange コンストラクタ : CellRange コンストラクタ(Int32,Int32,Int32,Int32)
範囲の最初の行のインデックス。
範囲の最後の行のインデックス。
範囲の最初の列のインデックス。
範囲の最後の列のインデックス。
CellRangeの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal row1 As System.Integer, _
   ByVal col1 As System.Integer, _
   ByVal row2 As System.Integer, _
   ByVal col2 As System.Integer _
)
public CellRange( 
   System.int row1,
   System.int col1,
   System.int row2,
   System.int col2
)

パラメータ

row1
範囲の最初の行のインデックス。
col1
範囲の最後の行のインデックス。
row2
範囲の最初の列のインデックス。
col2
範囲の最後の列のインデックス。
参照

CellRange 構造体
CellRange メンバ
オーバーロード一覧