Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SparklineModelUpdateEventArgs Class / SparklineModelUpdateEventArgs Constructor
The updated cell ranges.


In This Topic
SparklineModelUpdateEventArgs Constructor
In This Topic
Initializes a new instance of the SparklineModelUpdateEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal updatedCellRanges As List(Of CellRange) _
)
 
'Usage
 
Dim updatedCellRanges As List(Of CellRange)
 
Dim instance As New SparklineModelUpdateEventArgs(updatedCellRanges)

Parameters

updatedCellRanges
The updated cell ranges.
See Also