ASP.NET MVC コントロールヘルプ
CellRange コンストラクタ(Int32,Int32,Int32,Int32)

C1.Web.Mvc アセンブリ > C1.Web.Mvc.Grid 名前空間 > CellRange クラス > CellRange コンストラクタ : CellRange コンストラクタ(Int32,Int32,Int32,Int32)
この範囲の最初の行のインデックス。
この範囲の最初の列のインデックス。
この範囲の最後の行のインデックス。
この範囲の最初の列のインデックス。
CellRange の新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal r As System.Integer, _
   ByVal c As System.Integer, _
   ByVal r2 As System.Integer, _
   ByVal c2 As System.Integer _
)
public CellRange( 
   System.int r,
   System.int c,
   System.int r2,
   System.int c2
)

パラメータ

r
この範囲の最初の行のインデックス。
c
この範囲の最初の列のインデックス。
r2
この範囲の最後の行のインデックス。
c2
この範囲の最初の列のインデックス。
参照

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