Spread ASP.NET 16
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelWarningList Class / WarningList Property


In This Topic
    WarningList Property
    In This Topic
    Gets a list of Excel file operation warnings.
    Syntax
    'Declaration
     
    Public ReadOnly Property WarningList As ArrayList
    'Usage
     
    Dim instance As ExcelWarningList
    Dim value As ArrayList
     
    value = instance.WarningList
    public ArrayList WarningList {get;}

    Property Value

    ArrayList of warnings
    See Also