Spread Windows Forms 15.0
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
    public List<CellRange> UpdatedCellRanges {get;}
    See Also