diff --git a/ClosedXML/Excel/PivotTables/IXLPivotTables.cs b/ClosedXML/Excel/PivotTables/IXLPivotTables.cs index 14fd0bc..2838e87 100644 --- a/ClosedXML/Excel/PivotTables/IXLPivotTables.cs +++ b/ClosedXML/Excel/PivotTables/IXLPivotTables.cs @@ -5,8 +5,6 @@ { public interface IXLPivotTables : IEnumerable { - void Add(String name, IXLPivotTable pivotTable); - IXLPivotTable AddNew(String name, IXLCell target, IXLRange source); IXLPivotTable AddNew(String name, IXLCell target, IXLTable table);