Gets or sets the second value of the validation. This value is interpreted differently depending on the type of the validation.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
string Second { get; set; } |
Visual Basic
Copy Code
|
|---|
Property Second As String |
A string value.
RemarksThis property can be an expression. In this case the expression is evaluated to produce a value to be used as an operand. For additional information, see IValidation.
See Also