DocEvents.PivotTableBeforeCommitChanges Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
void PivotTableBeforeCommitChanges(Microsoft::Office::Interop::Excel::PivotTable ^ TargetPivotTable, int ValueChangeStart, int ValueChangeEnd, [Runtime::InteropServices::Out] bool % Cancel);
public void PivotTableBeforeCommitChanges (Microsoft.Office.Interop.Excel.PivotTable TargetPivotTable, int ValueChangeStart, int ValueChangeEnd, out bool Cancel);
Public Sub PivotTableBeforeCommitChanges (TargetPivotTable As PivotTable, ValueChangeStart As Integer, ValueChangeEnd As Integer, ByRef Cancel As Boolean)
Parâmetros
- TargetPivotTable
- PivotTable
- ValueChangeStart
- Int32
- ValueChangeEnd
- Int32
- Cancel
- Boolean