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


シートの名前。
行。
列。
行数。
列数。
SheetCellRangeクラスの新しいインスタンスを初期化します。
構文
'Declaration
 
Public Function New( _
   ByVal sheetName As String, _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer _
)
'使用法
 
Dim sheetName As String
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
 
Dim instance As New SheetCellRange(sheetName, row, column, rowCount, columnCount)
public SheetCellRange( 
   string sheetName,
   int row,
   int column,
   int rowCount,
   int columnCount
)

パラメータ

sheetName
シートの名前。
row
行。
column
列。
rowCount
行数。
columnCount
列数。
参照

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

 

 


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