Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / Update Method


In This Topic
    Update Method (GeneralEditor)
    In This Topic
    Causes the control to redraw the invalidated regions within its client area.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Update() 
    'Usage
     
    
    Dim instance As GeneralEditor
     
    instance.Update()
    public virtual void Update()
    See Also