SPREAD for WPF 3.0J - GcSpreadSheet
CellReference コンストラクタ(Int32,Int32)

GrapeCity.CalcEngine アセンブリ > GrapeCity.CalcEngine 名前空間 > CellReference 構造体 > CellReference コンストラクタ : CellReference コンストラクタ(Int32,Int32)
行のインデックスを示す整数。
列のインデックスを示す整数。
絶対セル参照を表す CellReference 構造体の新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer _
)
public CellReference( 
   System.int row,
   System.int column
)

パラメータ

row
行のインデックスを示す整数。
column
列のインデックスを示す整数。
参照

CellReference 構造体
CellReference メンバ
オーバーロード一覧