PowerTools SPREAD for ASP.NET 8.0J
SheetCellRange コンストラクタ(SheetView,Int32,Int32,Int32,Int32)

シートビュー。
行。
列。
行数。
列数。
SheetCellRangeクラスの新しいインスタンスを初期化します。
構文
'Declaration
 
Public Function New( _
   ByVal sheetView As SheetView, _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer _
)
public SheetCellRange( 
   SheetView sheetView,
   int row,
   int column,
   int rowCount,
   int columnCount
)

パラメータ

sheetView
シートビュー。
row
行。
column
列。
rowCount
行数。
columnCount
列数。
参照

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

 

 


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