Spread Windows Forms 12.0 Product Documentation
ConditionalStyleItem Constructor(AppearanceStyleInfo,ConditionalStyleOperator,Object,Object,Boolean)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > ConditionalStyleItem Class > ConditionalStyleItem Constructor : ConditionalStyleItem Constructor(AppearanceStyleInfo,ConditionalStyleOperator,Object,Object,Boolean)
A CellStyle that is applied to the Cell when the condition matches.
A ConditionalStyleOperator value that the Cell.Value should match.
A System.Object that indicates the first operation value when op needs several arguments.
A System.Object that indicates the second operation value when op needs several arguments.
true if the comparison should ignore the case; otherwise, false.
Initializes a new instance of the ConditionalStyleItem class.
Syntax
'Declaration
 
Public Function New( _
   ByVal style As AppearanceStyleInfo, _
   ByVal op As ConditionalStyleOperator, _
   ByVal value1 As Object, _
   ByVal value2 As Object, _
   ByVal ignoreCase As Boolean _
)
'Usage
 
Dim style As AppearanceStyleInfo
Dim op As ConditionalStyleOperator
Dim value1 As Object
Dim value2 As Object
Dim ignoreCase As Boolean
 
Dim instance As New ConditionalStyleItem(style, op, value1, value2, ignoreCase)
public ConditionalStyleItem( 
   AppearanceStyleInfo style,
   ConditionalStyleOperator op,
   object value1,
   object value2,
   bool ignoreCase
)

Parameters

style
A CellStyle that is applied to the Cell when the condition matches.
op
A ConditionalStyleOperator value that the Cell.Value should match.
value1
A System.Object that indicates the first operation value when op needs several arguments.
value2
A System.Object that indicates the second operation value when op needs several arguments.
ignoreCase
true if the comparison should ignore the case; otherwise, false.
Exceptions
ExceptionDescription
The style is a null reference (Nothing in Visual Basic).
The specified value of op is not a valid ConditionalStyleOperator value.
See Also

Reference

ConditionalStyleItem Class
ConditionalStyleItem Members
Overload List