FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / C1PivotEngine Class / EndUpdate Method

In This Topic
    EndUpdate Method (C1PivotEngine)
    In This Topic
    Restore automatic updates to the output table after the PivotEngine view has been defined.
    Syntax
    'Declaration
     
    Public Sub EndUpdate() 
    public void EndUpdate()
    Example
    For a complete example, please refer to the BeginUpdate method documentation.
    See Also