Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormatting Class / Ranges Property


In This Topic
Ranges Property
In This Topic
Gets the ranges that the conditional formatting is applied to.
Syntax
'Declaration
 
Public ReadOnly Property Ranges As IEnumerable(Of CellRange)
 
'Usage
 
Dim instance As ConditionalFormatting
Dim value As IEnumerable(Of CellRange)
 
value = instance.Ranges
See Also