Class Sparkline
A sparkline represents a tiny chart or graphic in a worksheet cell that provides a visual representation of data.
public class Sparkline : ISparkline
- Inheritance
-
Sparkline
- Implements
- Inherited Members
Properties
Column
public int Column { get; }
Property Value
DataRange
public CellRange DataRange { get; set; }
Property Value
RefRange
public CellRange RefRange { get; set; }
Property Value
Row
public int Row { get; }