'宣言 Public Function New( _ ByVal area As SpreadsheetAreas, _ ByVal row As System.Integer, _ ByVal column As System.Integer _ )
public CellLocation( SpreadsheetAreas area, System.int row, System.int column )
パラメータ
- area
- セルの領域を示すSpreadsheetAreas値。
- row
- セルの一番上の行のインデックスを示す整数値。
- column
- セルの左端の列のインデックスを示す整数値。