[]
Represents the event data for the UpdatedCellRanges event, which occurs when a list of cell ranges are updated.
public class SparklineModelUpdateEventArgs : EventArgs
Public Class SparklineModelUpdateEventArgs
Inherits EventArgs
Name | Description |
---|---|
SparklineModelUpdateEventArgs(List<CellRange>) | Initializes a new instance of the SparklineModelUpdateEventArgs class. |
Name | Description |
---|---|
UpdatedCellRanges | Gets the updated cell ranges. |