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


セルのソース
セルの行座標
セルの列座標
絶対座標の外部セル参照を使用して新しい式を作成します。
構文
'Declaration
 
Public Function New( _
   ByVal source As Object, _
   ByVal row As Integer, _
   ByVal column As Integer _
)
'使用法
 
Dim source As Object
Dim row As Integer
Dim column As Integer
 
Dim instance As New ExternalCellExpression(source, row, column)
public ExternalCellExpression( 
   object source,
   int row,
   int column
)

パラメータ

source
セルのソース
row
セルの行座標
column
セルの列座標
参照

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

 

 


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