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





Gets or sets the first 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 First { get; set; }

Visual Basic  Copy Code

Property First 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