Spread ASP.NET 16
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
    public string Message {get;}

    Property Value

    String containing the description of the warning
    See Also