Example #1
0
 public virtual Int32 SheetPivotTableBeforeDiscardChanges(object sh, NetOffice.ExcelApi.PivotTable targetPivotTable, Int32 valueChangeStart, Int32 valueChangeEnd)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "SheetPivotTableBeforeDiscardChanges", sh, targetPivotTable, valueChangeStart, valueChangeEnd));
 }
Example #2
0
 public virtual Int32 SheetPivotTableAfterValueChange(object sh, NetOffice.ExcelApi.PivotTable targetPivotTable, NetOffice.ExcelApi.Range targetRange)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "SheetPivotTableAfterValueChange", sh, targetPivotTable, targetRange));
 }
Example #3
0
 public virtual Int32 SheetPivotTableBeforeCommitChanges(object sh, NetOffice.ExcelApi.PivotTable targetPivotTable, Int32 valueChangeStart, Int32 valueChangeEnd, bool cancel)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "SheetPivotTableBeforeCommitChanges", new object[] { sh, targetPivotTable, valueChangeStart, valueChangeEnd, cancel }));
 }
Example #4
0
 public virtual Int32 SheetPivotTableUpdate(object sh, NetOffice.ExcelApi.PivotTable target)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "SheetPivotTableUpdate", sh, target));
 }
Example #5
0
 public virtual Int32 WorkbookPivotTableOpenConnection(NetOffice.ExcelApi.Workbook wb, NetOffice.ExcelApi.PivotTable target)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "WorkbookPivotTableOpenConnection", wb, target));
 }
Example #6
0
 public virtual Int32 PivotTableCloseConnection(NetOffice.ExcelApi.PivotTable target)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "PivotTableCloseConnection", target));
 }
Example #7
0
 public virtual void AddPivotTable(NetOffice.ExcelApi.PivotTable pivotTable)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "AddPivotTable", pivotTable);
 }
Example #8
0
 public virtual Int32 AddPivotTable(NetOffice.ExcelApi.PivotTable pivotTable)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "AddPivotTable", pivotTable));
 }
Example #9
0
 public virtual Int32 PivotTableChangeSync(NetOffice.ExcelApi.PivotTable target)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "PivotTableChangeSync", target));
 }
Example #10
0
 public virtual Int32 PivotTableBeforeAllocateChanges(NetOffice.ExcelApi.PivotTable targetPivotTable, Int32 valueChangeStart, Int32 valueChangeEnd, bool cancel)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "PivotTableBeforeAllocateChanges", targetPivotTable, valueChangeStart, valueChangeEnd, cancel));
 }