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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Grid 名前空間 > CellRange クラス > CellRange コンストラクタ : CellRange コンストラクタ(Int32,Int32,Int32,Int32)
Index of the first row in this range.
Index of the first column in this range.
Index of the last row in this range.
Index of the first column in this range.
Creates one CellRange instance.
シンタックス
'宣言
 
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
Index of the first row in this range.
c
Index of the first column in this range.
r2
Index of the last row in this range.
c2
Index of the first column in this range.
参照

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