Spread Windows Forms 12.0 Product Documentation
Items Property (ConditionalStyleInfo)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > ConditionalStyleInfo Class : Items Property
Gets a ConditionalStyleItem collection that indicates the conditions used to customize the CellStyle object.
Syntax
'Declaration
 
Public ReadOnly Property Items As ConditionalStyleItemCollection
'Usage
 
Dim instance As ConditionalStyleInfo
Dim value As ConditionalStyleItemCollection
 
value = instance.Items
public ConditionalStyleItemCollection Items {get;}

Property Value

A ConditionalStyleItemCollection value that represents the conditions used to customize the CellStyle object.
See Also

Reference

ConditionalStyleInfo Class
ConditionalStyleInfo Members