Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType Namespace / EditingData Structure / Message Property


In This Topic
    Message Property (EditingData)
    In This Topic
    Gest a string value indicating the message to display.
    Syntax
    'Declaration
     
    Public Property Message As String
    'Usage
     
    Dim instance As EditingData
    Dim value As String
     
    instance.Message = value
     
    value = instance.Message
    public string Message {get; set;}
    See Also