GrapeCity SPREAD for Windows Forms 11.0J
RangeExpression コンストラクタ(Int32,Int32,Int32,Int32)


範囲の開始行座標
範囲の開始列座標
範囲の行数
範囲の列数
絶対座標の範囲参照式を使用して新しい式を作成します。
構文
'Declaration
 
Public Function New( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer _
)
'使用法
 
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
 
Dim instance As New RangeExpression(row, column, rowCount, columnCount)
public RangeExpression( 
   int row,
   int column,
   int rowCount,
   int columnCount
)

パラメータ

row
範囲の開始行座標
column
範囲の開始列座標
rowCount
範囲の行数
columnCount
範囲の列数
参照

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

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.