Spread Windows Forms 12.0 Product Documentation
CellStyle Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > ConditionalStyleItem Class : CellStyle Property
Gets or sets a CellStyle that is applied to the Cell when the condition matches.
Syntax
'Declaration
 
Public Overridable Property CellStyle As AppearanceStyleInfo
'Usage
 
Dim instance As ConditionalStyleItem
Dim value As AppearanceStyleInfo
 
instance.CellStyle = value
 
value = instance.CellStyle
public virtual AppearanceStyleInfo CellStyle {get; set;}

Property Value

A CellStyle that is applied to the Cell when the condition matches.
See Also

Reference

ConditionalStyleItem Class
ConditionalStyleItem Members