Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetView Class / Invalidate Method


In This Topic
    Invalidate Method (SheetView)
    In This Topic
    Invalidates the measurement state (layout) and the arranged state (layout) for the control. The view layout and data is updated after the invalidation.
    Syntax
    'Declaration
     
    Public Overridable Sub Invalidate() 
    'Usage
     
    Dim instance As SheetView
     
    instance.Invalidate()
    public virtual void Invalidate()
    See Also