internal Cell(int row, int column, ExcelDocument document) { this.document = document; cellInfo = document.GetCellInfo(row, column); }