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


In This Topic
Message Property (ExcelWarning)
In This Topic
Gets the string description of the warning.
Syntax
'Declaration
 
Public ReadOnly Property Message As String
 
'Usage
 
Dim instance As ExcelWarning
Dim value As String
 
value = instance.Message
See Also