MESCIUS SPREAD for Windows Forms 17.0J
CreateRangeExpression(Int32,Int32,Int32,Int32) メソッド

範囲の開始行座標
範囲の開始列座標
範囲の行数
範囲の列数
新しいRangeExpressionオブジェクトを作成します。
構文
'Declaration
 
Public Overloads Function CreateRangeExpression( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer _
) As RangeExpression
public RangeExpression CreateRangeExpression( 
   int row,
   int column,
   int rowCount,
   int columnCount
)

パラメータ

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

戻り値の型

新しいRangeExpressionオブジェクト。
参照

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

 

 


© MESCIUS inc. All rights reserved.