Spread WPF 17
GrapeCity.Excel Namespace / IExcelLoadOnDemandReader Interface / IsLoadOnDemand Method


In This Topic
    IsLoadOnDemand Method
    In This Topic
    Specifies whether the current reader is load on demand or not
    Syntax
    'Declaration
     
    Function IsLoadOnDemand() As Boolean
    'Usage
     
    Dim instance As IExcelLoadOnDemandReader
    Dim value As Boolean
     
    value = instance.IsLoadOnDemand()
    bool IsLoadOnDemand()
    See Also