Exemplo n.º 1
0
 internal void SetCellNum(int num)
 {
     XSSFCell.CheckBounds(num);
     this._cellNum = num;
     this._cell.r  = new CellReference(this.RowIndex, this.ColumnIndex).FormatAsString();
 }