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


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