예제 #1
0
파일: Cell.cs 프로젝트: zep2zep/Compas
 internal Cell(int row, int column, ExcelDocument document)
 {
     this.document = document;
     cellInfo      = document.GetCellInfo(row, column);
 }