PowerTools SPREAD for Windows Forms 8.0J
RangeExpression コンストラクタ(Int32,Int32,Int32,Int32,Boolean,Boolean)


範囲の開始行座標
範囲の開始列座標
範囲の行数
範囲の列数
行座標が相対的または絶対的のどちらであるか
列座標が相対的または絶対的のどちらであるか
範囲参照式を表す新しい式を作成します。
構文
'Declaration
 
Public Function New( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer, _
   ByVal rowRelative As Boolean, _
   ByVal columnRelative As Boolean _
)
'使用法
 
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
Dim rowRelative As Boolean
Dim columnRelative As Boolean
 
Dim instance As New RangeExpression(row, column, rowCount, columnCount, rowRelative, columnRelative)
public RangeExpression( 
   int row,
   int column,
   int rowCount,
   int columnCount,
   bool rowRelative,
   bool columnRelative
)

パラメータ

row
範囲の開始行座標
column
範囲の開始列座標
rowCount
範囲の行数
columnCount
範囲の列数
rowRelative
行座標が相対的または絶対的のどちらであるか
columnRelative
列座標が相対的または絶対的のどちらであるか
参照

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

 

 


© 2004-2015, GrapeCity inc. All rights reserved.