Spread Windows Forms 12.0 Product Documentation
WarningList Property


FarPoint.Excel Assembly > FarPoint.Excel Namespace > ExcelWarningList Class : WarningList Property
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

Reference

ExcelWarningList Class
ExcelWarningList Members