コード例 #1
0
 public SpreadsheetCellCustomInfo(CellName cellName)
 {
     this.CellName = cellName;
     this.DependentCells = new List<CellName>();
     this.ConsequentialCells = new List<CellName>();
     this.Formula = string.Empty;
     this.Value = string.Empty;
 }
コード例 #2
0
 public SpreadsheetCellCustomInfo(CellName cellName)
 {
     this.CellName           = cellName;
     this.DependentCells     = new List <CellName>();
     this.ConsequentialCells = new List <CellName>();
     this.Formula            = string.Empty;
     this.Value = string.Empty;
 }