Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISortField Interface / Delete Method


In This Topic
    Delete Method (ISortField)
    In This Topic
    Removes the specified ISortField object from the ISortFields collection.
    Syntax
    'Declaration
     
    
    Sub Delete() 
    'Usage
     
    
    Dim instance As ISortField
     
    instance.Delete()
    void Delete()
    See Also