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





Gets or sets the second value of the condition.

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. The default is null (Nothing in Visual Basic).

 Remarks

This property can be an expression. In this case the expression is evaluated to produce a value to be used as an operand.

Second must produce a value of the appropriate type. For example, if the Operator property of the condition is set to Between, Second must be a string that can be converted to a number, or an expression, which evaluates to either a number or an object convertible to number. For additional information, see IConditionalFormat.

 See Also

IConditionalFormat Members
IConditionalFormat Interface
MindFusion.Spreadsheet.Wpf Namespace