Spread Windows Forms 12.0 Product Documentation
ConditionalStyleItem Class
Members 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : ConditionalStyleItem Class
Represents a condition that when matched by a Cell, applies the specified CellStyle to the Cell.
Object Model
ConditionalStyleItem ClassAppearanceStyleInfo Class
Syntax
'Declaration
 
Public Class ConditionalStyleItem 
   Inherits GrapeCity.Spreadsheet.Win.SpreadConditionalCellStyleItem
   Implements FarPoint.Win.ISerializeSupport 
'Usage
 
Dim instance As ConditionalStyleItem
Remarks
Different ConditionalStyleOperators need different numbers of operands. If the ConditionalStyleOperator needs one operand, the Value1 is used as the only operand to compare to the cell value. If the ConditionalStyleOperator needs two operands, Value1 and Value2 are used together to compare to the cell value.

The following list lists the operators which do not need operands.

The following list lists the operators which need one operand.

The following list lists the operators which need two operands.

Inheritance Hierarchy

System.Object
   GrapeCity.Spreadsheet.Win.SpreadConditionalCellStyleItem
      FarPoint.Win.Spread.ConditionalStyleItem

See Also

Reference

ConditionalStyleItem Members
FarPoint.Win.Spread Namespace
ConditionalStyleItemCollection Class
ConditionalStyleInfo Class