ComponentOne Studio for WinRT XAML
CellRange コンストラクタ(Int32,Int32,Int32,Int32)

範囲の最初の行のインデックス。
範囲の最後の行のインデックス。
範囲の最初の列のインデックス。
範囲の最後の列のインデックス。
CellRange の新しいインスタンスを初期化します。
構文
'宣言
 
Public Function New( _
   ByVal row1 As System.Integer, _
   ByVal col1 As System.Integer, _
   ByVal row2 As System.Integer, _
   ByVal col2 As System.Integer _
)
public CellRange( 
   System.int row1,
   System.int col1,
   System.int row2,
   System.int col2
)

パラメータ

row1
範囲の最初の行のインデックス。
col1
範囲の最後の行のインデックス。
row2
範囲の最初の列のインデックス。
col2
範囲の最後の列のインデックス。
参照

CellRange 構造体
CellRange メンバ
オーバーロード一覧

 

 


Copyright © GrapeCity inc. All rights reserved.