XlSparklineGroup Constructors
A sparkline group in a worksheet.Name | Parameters | Description |
---|---|---|
XlSparklineGroup() | none | Initializes a new instance of the XlSparklineGroup class with the default settings. |
XlSparklineGroup(XlCellRange, XlCellRange) | dataRange, location | Creates a line sparkline group for the specified data and location. |
See Also