MindFusion.Wpf Pack Programmer's Guide
IValidation.Second Property
See Also
 





Gets or sets the second value of the validation. This value is interpreted differently depending on the type of the validation.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

string Second { get; set; }

Visual Basic  Copy Code

Property Second As String

 Property Value

A string value.

 Remarks

This 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

IValidation Members
IValidation Interface
MindFusion.Spreadsheet.Wpf Namespace