'宣言 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値。