Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelWarningList Class / Count Property


In This Topic
    Count Property (ExcelWarningList)
    In This Topic
    Gets the number of warnings in the list of Excel file operation warnings.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As ExcelWarningList
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}
    See Also