Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalStyleInfo Class / Items Property


In This Topic
Items Property (ConditionalStyleInfo)
In This Topic
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

Property Value

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