ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLProgressEventArgs Class / Percent Property

In This Topic
    Percent Property
    In This Topic
    Gets the current done percent of the workbook being loaded or saved.
    Syntax
    'Declaration
     
    Public ReadOnly Property Percent As System.Single
    public System.float Percent {get;}
    See Also