Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DataValidationExecutedResult Structure / Data Property


In This Topic
    Data Property (DataValidationExecutedResult)
    In This Topic
    Gets or sets the custom data for matched result.
    Syntax
    'Declaration
     
    
    Public Property Data As Object
    'Usage
     
    
    Dim instance As DataValidationExecutedResult
    Dim value As Object
     
    instance.Data = value
     
    value = instance.Data
    public object Data {get; set;}

    Property Value

    An object represents the custom data for matched result.
    See Also