コード例 #1
0
ファイル: Cell.cs プロジェクト: zep2zep/Compas
 internal Cell(int row, int column, ExcelDocument document)
 {
     this.document = document;
     cellInfo      = document.GetCellInfo(row, column);
 }