public FieldType()
 {
     _autoFilterColumn = new AutoFilterColumnType();
     _dataValidation = new DataValidationType();
     _cell = new Cell();
     _aggregate = FieldTypeAggregate.None;
 }
Example #2
0
 public FieldType()
 {
     this.aggregateField = FieldTypeAggregate.None;
 }