Spread WPF 17
GrapeCity.Excel Namespace / ILoadOnDemandReadService Interface / Stop Method


In This Topic
    Stop Method
    In This Topic
    Indicate the excel reader to stop read data from excel.
    Syntax
    'Declaration
     
    Sub Stop() 
    'Usage
     
    Dim instance As ILoadOnDemandReadService
     
    instance.Stop()
    void Stop()
    See Also