Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.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
    public List<CellRange> UpdatedCellRanges {get;}
    See Also