SPREAD for WPF 3.0J - GcSpreadSheet
CellReference コンストラクタ

GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > CellReference 構造体 : CellReference コンストラクタ
セルの一番上の行のインデックスを示す整数値。
セルの左端の列のインデックスを示す整数値。
Reference クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
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 メンバ