Spread for ASP.NET 12 Product Documentation
UpdatedCellRanges Property


FarPoint.Web.Spread Assembly > FarPoint.Web.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