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


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