SPREAD for WPF 3.0J - GcSpreadGrid
CellRange コンストラクタ

GrapeCity.Windows.SpreadGrid 名前空間 > CellRange クラス : CellRange コンストラクタ
範囲内の最初のセルの行。
範囲内の最初のセルの列。
範囲内の行数。
範囲内の列数。
CellRange クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
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 メンバ