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


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