Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SparklineModelUpdateEventArgs Class / UpdatedCellRanges Property


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