Spread Windows Forms 12.0 Product Documentation
UpdatedCellRanges Property


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

Reference

SparklineModelUpdateEventArgs Class
SparklineModelUpdateEventArgs Members