public XLPivotValue(string sourceName)
 {
     SourceName = sourceName;
     NumberFormat = new XLPivotValueFormat(this);
 }
 public XLPivotValue(string sourceName)
 {
     SourceName   = sourceName;
     NumberFormat = new XLPivotValueFormat(this);
 }