Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Workbook Class / LoadExcelOnDemand Property


In This Topic
    LoadExcelOnDemand Property
    In This Topic
    Gets or sets whether to load data on demand to reduce the time for opening an excel file.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(True)>
    Public Property LoadExcelOnDemand As Boolean
    'Usage
     
    Dim instance As Workbook
    Dim value As Boolean
     
    instance.LoadExcelOnDemand = value
     
    value = instance.LoadExcelOnDemand
    [DefaultValue(true)]
    public bool LoadExcelOnDemand {get; set;}
    See Also