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

GrapeCity.CalcEngine アセンブリ > GrapeCity.CalcEngine 名前空間 > RangeReference 構造体 > RangeReference コンストラクタ : RangeReference コンストラクタ(Int32,Int32,CellRelation)
行インデックスを示す整数値。
列インデックスを示す整数値。
参照が相対参照、絶対参照、相対参照と絶対参照の混在のいずれであるかを示すCellRelation値。
RangeReference 構造体の新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer, _
   ByVal position As CellRelation _
)
public RangeReference( 
   System.int row,
   System.int column,
   CellRelation position
)

パラメータ

row
行インデックスを示す整数値。
column
列インデックスを示す整数値。
position
参照が相対参照、絶対参照、相対参照と絶対参照の混在のいずれであるかを示すCellRelation値。
参照

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