Spread WinForms 15
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

Property Value

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