public virtual NetOffice.ExcelApi.PivotTable Add(NetOffice.ExcelApi.PivotCache pivotCache, object tableDestination, object tableName) { return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.ExcelApi.PivotTable>(this, "Add", typeof(NetOffice.ExcelApi.PivotTable), pivotCache, tableDestination, tableName)); }
public virtual NetOffice.ExcelApi.PivotTable Add(NetOffice.ExcelApi.PivotCache pivotCache, object tableDestination, object tableName, object readData, object defaultVersion) { return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.ExcelApi.PivotTable>(this, "Add", typeof(NetOffice.ExcelApi.PivotTable), new object[] { pivotCache, tableDestination, tableName, readData, defaultVersion })); }