Exemplo n.º 1
0
 public Position(RowId row, ColId col)
 {
     Row = row;
     Col = col;
 }
Exemplo n.º 2
0
 public ExcelCol(ColId id, string name)
 {
     this.id    = id;
     this.name  = name;
     this.index = -1;
 }