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


In This Topic
    Invalidate Method (GcSpreadSheet)
    In This Topic
    Invalidates the measurement state (layout) and the arrangement state (layout) for the control. After the invalidation, the control layout and data are updated.
    Syntax
    'Declaration
     
    Public Sub Invalidate() 
    'Usage
     
    Dim instance As GcSpreadSheet
     
    instance.Invalidate()
    public void Invalidate()
    See Also