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

GrapeCity.CalcEngine アセンブリ > GrapeCity.CalcEngine 名前空間 > CellReference 構造体 > CellReference コンストラクタ : CellReference コンストラクタ(Int32,Int32,CellRelation)
行のインデックスを示す整数。
列のインデックスを示す整数。
このCellReferenceのソースとの関係を示すRelation値。
CellReference 構造体の新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer, _
   ByVal relation As CellRelation _
)
public CellReference( 
   System.int row,
   System.int column,
   CellRelation relation
)

パラメータ

row
行のインデックスを示す整数。
column
列のインデックスを示す整数。
relation
このCellReferenceのソースとの関係を示すRelation値。
参照

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