Gets the input that failed to validate.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public string Data { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Data As String |
A string value representing the user input.
See Also