Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Row Class / ResetCanUserResize Method


In This Topic
    ResetCanUserResize Method (Row)
    In This Topic
    Resets whether the row can be resized and makes the row inherit the setting from the default row.
    Syntax
    'Declaration
     
    Public Sub ResetCanUserResize() 
    'Usage
     
    Dim instance As Row
     
    instance.ResetCanUserResize()
    public void ResetCanUserResize()
    See Also