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


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

パラメータ

source
範囲のソース
row
範囲の開始行座標
column
範囲の開始列座標
rowCount
範囲の行数
columnCount
範囲の列数
参照

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

 

 


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