Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Sort Class / Clear() Method


In This Topic
    Clear() Method
    In This Topic
    Clears all sort fields.
    Syntax
    'Declaration
     
    
    Public Sub Clear() 
    'Usage
     
    
    Dim instance As Sort
     
    instance.Clear()
    public void Clear()
    See Also