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


In This Topic
    Invalidate Method (SpreadView)
    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 Overrides Sub Invalidate() 
    'Usage
     
    Dim instance As SpreadView
     
    instance.Invalidate()
    public override void Invalidate()
    See Also