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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Grid 名前空間 > CellRange クラス > CellRange コンストラクタ : CellRange コンストラクタ(Int32,Int32)
Index of the first 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 _
)
public CellRange( 
   System.int r,
   System.int c
)

パラメータ

r
Index of the first row in this range.
c
Index of the first column in this range.
参照

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