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


In This Topic
    ResetCanUserResize Method (Column)
    In This Topic
    Resets the column to inherit whether it can be resized from the default column.
    Syntax
    'Declaration
     
    Public Sub ResetCanUserResize() 
    'Usage
     
    Dim instance As Column
     
    instance.ResetCanUserResize()
    public void ResetCanUserResize()
    See Also