Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / MessageBoxNotify Class / Name Property


In This Topic
    Name Property (MessageBoxNotify)
    In This Topic
    Gets or sets the CellValidateAction name.
    Syntax
    'Declaration
     
    
    Public Property Name As String
    'Usage
     
    
    Dim instance As MessageBoxNotify
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    public string Name {get; set;}

    Property Value

    A System.String value that represents the CellValidateAction name. The default is String.Empty.
    See Also