MESCIUS SPREAD for ASP.NET 10.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 _
)
public RangeExpression( 
   int row,
   int column,
   int rowCount,
   int columnCount
)

パラメータ

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

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

 

 


© MESCIUS inc. All rights reserved.