コード例 #1
0
 public Position(RowId row, ColId col)
 {
     Row = row;
     Col = col;
 }
コード例 #2
0
 public ExcelCol(ColId id, string name)
 {
     this.id    = id;
     this.name  = name;
     this.index = -1;
 }