Spread WinForms 15
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
See Also