Blazor コントロール
GridControlRange コンストラクタ(Int32,Int32,Int32,Int32)

C1.Blazor.GridControl アセンブリ > C1.Blazor.Grid 名前空間 > GridControlRange クラス > GridControlRange コンストラクタ : GridControlRange コンストラクタ(Int32,Int32,Int32,Int32)
開始行。
開始列。
行の数。
列の数。
GridControlRange の新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer, _
   ByVal rowsCount As System.Integer, _
   ByVal columnsCount As System.Integer _
)
public GridControlRange( 
   System.int row,
   System.int column,
   System.int rowsCount,
   System.int columnsCount
)

パラメータ

row
開始行。
column
開始列。
rowsCount
行の数。
columnsCount
列の数。
参照

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