GrapeCity MultiRow Windows Forms Documentation
Value2 Property


Gets or sets a value that indicates the second operation value when the operator needs several arguments.
Syntax
Public Property Value2 As Object
Dim instance As ConditionalCellStyleItem
Dim value As Object
 
instance.Value2 = value
 
value = instance.Value2
public object Value2 {get; set;}

Property Value

A System.Object that indicates the second operation value when the operator needs several arguments.
Remarks

If the Operator is a monadic operator, Value1 is used as the only operand. If the Operator is a dyadic operator, Value1 is used as the first operand and the Value2 property value is used as the second operand.

The following list lists all the monadic operators.

The following list lists all the dyadic operators.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ConditionalCellStyleItem Class
ConditionalCellStyleItem Members
Operator Property
Value1 Property

 

 


Copyright © GrapeCity, inc. All rights reserved.