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

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

パラメータ

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

戻り値の型

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

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

 

 


© MESCIUS inc. All rights reserved.