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

C1.AspNetCore.Mvc.FlexSheet アセンブリ > C1.Web.Mvc.Sheet 名前空間 > Range クラス > Range コンストラクタ : Range コンストラクタ(Int32,Int32,Int32,Int32)
The starting column number.
The starting row number.
The number of columns.
The number of rows.
Create a Range by coordinates and spans.
シンタックス
'宣言
 
Public Function New( _
   ByVal leftCol As System.Integer, _
   ByVal topRow As System.Integer, _
   ByVal cols As System.Integer, _
   ByVal rows As System.Integer _
)
public Range( 
   System.int leftCol,
   System.int topRow,
   System.int cols,
   System.int rows
)

パラメータ

leftCol
The starting column number.
topRow
The starting row number.
cols
The number of columns.
rows
The number of rows.
参照

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