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


In This Topic
    ResetWordWrap Method (Column)
    In This Topic
    Resets the word wrap for the column and causes the column to inherit the word wrap from the default column.
    Syntax
    'Declaration
     
    Public Sub ResetWordWrap() 
    'Usage
     
    Dim instance As Column
     
    instance.ResetWordWrap()
    public void ResetWordWrap()
    See Also