Sparkline Class
Sparkline class
A sparkline represents a tiny chart or graphic in a worksheet cell that provides a visual representation of data.
type Sparkline struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetDataRange | Represents the data range of the sparkline. |
SetDataRange | Represents the data range of the sparkline. |
GetRow | Gets the row index of the sparkline. |
GetColumn | Gets the column index of the sparkline. |
ToImage_String_ImageOrPrintOptions | Converts a sparkline to an image. |