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

セルの行座標
セルの列座標
行座標が相対的かどうか
列座標が相対的かどうか
新しいCellExpressionオブジェクトを作成します。
構文
'Declaration
 
Public Overloads Function CreateCellExpression( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowRelative As Boolean, _
   ByVal columnRelative As Boolean _
) As CellExpression
public CellExpression CreateCellExpression( 
   int row,
   int column,
   bool rowRelative,
   bool columnRelative
)

パラメータ

row
セルの行座標
column
セルの列座標
rowRelative
行座標が相対的かどうか
columnRelative
列座標が相対的かどうか

戻り値の型

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

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

 

 


© MESCIUS inc. All rights reserved.