IDocEvents.PivotTableBeforeDiscardChanges Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub PivotTableBeforeDiscardChanges ( _
TargetPivotTable As PivotTable, _
ValueChangeStart As Integer, _
ValueChangeEnd As Integer _
)
'Usage
Dim instance As IDocEvents
Dim TargetPivotTable As PivotTable
Dim ValueChangeStart As Integer
Dim ValueChangeEnd As Integer
instance.PivotTableBeforeDiscardChanges(TargetPivotTable, _
ValueChangeStart, ValueChangeEnd)
void PivotTableBeforeDiscardChanges(
PivotTable TargetPivotTable,
int ValueChangeStart,
int ValueChangeEnd
)
Parameters
- TargetPivotTable
Type: Microsoft.Office.Interop.Excel.PivotTable
- ValueChangeStart
Type: System.Int32
- ValueChangeEnd
Type: System.Int32