Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SortField Class / Delete Method


In This Topic
    Delete Method (SortField)
    In This Topic
    Removes the specified SortField object from the Sort.
    Syntax
    'Declaration
     
    
    Public Sub Delete() 
    'Usage
     
    
    Dim instance As SortField
     
    instance.Delete()
    public void Delete()
    See Also