ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / C1XLBook Class / IsLoading Property

In This Topic
    IsLoading Property
    In This Topic
    Determines whether the workbook is currently loading.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsLoading As System.Boolean
    public System.bool IsLoading {get;}
    See Also