Spread for ASP.NET 11 Product Documentation
Count Property (ExcelWarningList)


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

Reference

ExcelWarningList Class
ExcelWarningList Members