コード例 #1
0
ファイル: IPivotTables.cs プロジェクト: toroerp/NetOffice
 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));
 }
コード例 #2
0
ファイル: IPivotTables.cs プロジェクト: toroerp/NetOffice
 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 }));
 }