/// <see cref="ICellDataModifier.ModifyData"/> public void ModifyData(ICell cell) { cell.ChangeBuildability(this.newValue); }