Spread Windows Forms 15.0
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;}
    See Also