ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid.View Namespace / C1FlexGridExternalViewBase Class / BeginUpdate Method

In This Topic
    BeginUpdate Method (C1FlexGridExternalViewBase)
    In This Topic
    Maintains performance by preventing the attached C1.Win.C1FlexGrid.C1FlexGrid controls from updating itself until the EndUpdate method is called.
    Syntax
    'Declaration
     
    Public Sub BeginUpdate() 
    public void BeginUpdate()
    See Also