Spread WPF 17
GrapeCity.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
    public string Message {get;}
    See Also