GrapeCity SPREAD for WPF 2.0J
CellRange コンストラクタ

範囲内の最初のセルの行。
範囲内の最初のセルの列。
範囲内の行数。
範囲内の列数。
CellRange クラスの新しいインスタンスを初期化します。
構文
'Declaration
 
Public Function New( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   Optional ByVal rowCount As Integer, _
   Optional ByVal columnCount As Integer _
)
public CellRange( 
   int row,
   int column,
   int rowCount,
   int columnCount
)

パラメータ

row
範囲内の最初のセルの行。
column
範囲内の最初のセルの列。
rowCount
範囲内の行数。
columnCount
範囲内の列数。
参照

CellRange クラス
CellRange メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.