バージョン

SpreadsheetCellRange コンストラクタ(Int32,Int32,Int32,Int32)

新しい SpreadsheetCellRange を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal firstRow As Integer, _
   ByVal firstColumn As Integer, _
   ByVal lastRow As Integer, _
   ByVal lastColumn As Integer _
)
public SpreadsheetCellRange( 
   int firstRow,
   int firstColumn,
   int lastRow,
   int lastColumn
)

パラメータ

firstRow
範囲の最初の行のインデックス。
firstColumn
範囲の最初の列のインデックス。
lastRow
範囲の最後の行のインデックス。
lastColumn
範囲の最後の列のインデックス。
参照