IAppEvents.SheetPivotTableBeforeCommitChanges Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub SheetPivotTableBeforeCommitChanges ( _
Sh As Object, _
TargetPivotTable As PivotTable, _
ValueChangeStart As Integer, _
ValueChangeEnd As Integer, _
<OutAttribute> ByRef Cancel As Boolean _
)
'Usage
Dim instance As IAppEvents
Dim Sh As Object
Dim TargetPivotTable As PivotTable
Dim ValueChangeStart As Integer
Dim ValueChangeEnd As Integer
Dim Cancel As Boolean
instance.SheetPivotTableBeforeCommitChanges(Sh, _
TargetPivotTable, ValueChangeStart, _
ValueChangeEnd, Cancel)
void SheetPivotTableBeforeCommitChanges(
Object Sh,
PivotTable TargetPivotTable,
int ValueChangeStart,
int ValueChangeEnd,
out bool Cancel
)
Parameters
- Sh
Type: System.Object
- TargetPivotTable
Type: Microsoft.Office.Interop.Excel.PivotTable
- ValueChangeStart
Type: System.Int32
- ValueChangeEnd
Type: System.Int32
- Cancel
Type: System.Boolean