Ejemplo n.º 1
0
 public List<XLSubtotalFunction> Subtotals { get; private set; }		public IXLPivotField AddSubtotal(XLSubtotalFunction value) { Subtotals.Add(value); return this; }
Ejemplo n.º 2
0
 }         public IXLPivotField AddSubtotal(XLSubtotalFunction value)
 {
     Subtotals.Add(value); return(this);
 }
Ejemplo n.º 3
0
 public IXLPivotField AddSubtotal(XLSubtotalFunction value)
 {
     Subtotals.Add(value); return this;
 }