FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingModelEventArgs Class / CellRanges Property


In This Topic
CellRanges Property (ConditionalFormattingModelEventArgs)
In This Topic
Gets the affected cell ranges.
Syntax
'Declaration
 
Public ReadOnly Property CellRanges As List(Of CellRange)
 
'Usage
 
Dim instance As ConditionalFormattingModelEventArgs
Dim value As List(Of CellRange)
 
value = instance.CellRanges
See Also