Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelWarning Class / Code Property


In This Topic
Code Property (ExcelWarning)
In This Topic
Gets the Excel warning code.
Syntax
'Declaration
 
Public ReadOnly Property Code As ExcelWarningCode
 
'Usage
 
Dim instance As ExcelWarning
Dim value As ExcelWarningCode
 
value = instance.Code
See Also