Spread Windows Forms 12.0 Product Documentation
CellRanges Property (ConditionalFormattingModelEventArgs)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > ConditionalFormattingModelEventArgs Class : CellRanges Property
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
public List<CellRange> CellRanges {get;}
See Also

Reference

ConditionalFormattingModelEventArgs Class
ConditionalFormattingModelEventArgs Members