Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ListColumn Class / ResetWidth Method


In This Topic
    ResetWidth Method
    In This Topic
    Reset the Width property to default value.
    Syntax
    'Declaration
     
    Public Sub ResetWidth() 
    'Usage
     
    Dim instance As ListColumn
     
    instance.ResetWidth()
    public void ResetWidth()
    See Also