Exemplo n.º 1
0
 public OleDbCell(uint row, uint col, OleDbExcelWorksheet wsheet)
 {
     this.Row       = row;
     this.Column    = col;
     this.Worksheet = wsheet;
 }
Exemplo n.º 2
0
 public OleDbCells(OleDbExcelWorksheet wsheet)
 {
     this.Worksheet = wsheet;
 }