Spread Windows Forms 13.0 Product Documentation
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