Spread WPF 18
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