Spread ASP.NET 16
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;}

    Property Value

    Integer number of warnings in the list
    See Also