Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalStyleItem Class / ConditionalStyleItem Constructor / ConditionalStyleItem Constructor(AppearanceStyleInfo,ConditionalStyleOperator,Boolean)
A CellStyle that is applied to the Cell when the condition matches.
A ConditionalStyleOperator value that the Cell.Value should match.
true if the comparison should ignore the case; otherwise, false.


In This Topic
    ConditionalStyleItem Constructor(AppearanceStyleInfo,ConditionalStyleOperator,Boolean)
    In This Topic
    Initializes a new instance of the ConditionalStyleItem class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal style As AppearanceStyleInfo, _
       ByVal op As ConditionalStyleOperator, _
       ByVal ignoreCase As Boolean _
    )
    'Usage
     
    
    Dim style As AppearanceStyleInfo
    Dim op As ConditionalStyleOperator
    Dim ignoreCase As Boolean
     
    Dim instance As New ConditionalStyleItem(style, op, 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.
    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