Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISort Interface / Apply Method


In This Topic
    Apply Method (ISort)
    In This Topic
    Sorts the range based on the currently applied sort states.
    Syntax
    'Declaration
     
    
    Sub Apply() 
    'Usage
     
    
    Dim instance As ISort
     
    instance.Apply()
    void Apply()
    See Also