Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / FormatResult Structure / RemoveNewLines Method


In This Topic
    RemoveNewLines Method
    In This Topic
    Removes all newline strings.
    Syntax
    'Declaration
     
    
    Public Sub RemoveNewLines() 
    'Usage
     
    
    Dim instance As FormatResult
     
    instance.RemoveNewLines()
    public void RemoveNewLines()
    See Also