OpenXLSX 1.9.1
Loading...
Searching...
No Matches
OpenXLSX::XLSparkline Class Reference

The XLSparkline class encapsulates a single sparkline group in a worksheet. More...

#include <XLSparkline.hpp>

Public Member Functions

 XLSparkline ()
 
 XLSparkline (XMLNode node)
 
 ~XLSparkline ()
 
XLSparklineType type () const
 
void setType (XLSparklineType type)
 
std::string location () const
 
void setLocation (const std::string &sqref)
 
std::string dataRange () const
 
void setDataRange (const std::string &formula)
 

Detailed Description

The XLSparkline class encapsulates a single sparkline group in a worksheet.

Constructor & Destructor Documentation

◆ XLSparkline() [1/2]

XLSparkline::XLSparkline ( )

◆ XLSparkline() [2/2]

XLSparkline::XLSparkline ( XMLNode  node)
explicit

◆ ~XLSparkline()

XLSparkline::~XLSparkline ( )
default

Member Function Documentation

◆ dataRange()

std::string XLSparkline::dataRange ( ) const

◆ location()

std::string XLSparkline::location ( ) const

◆ setDataRange()

void XLSparkline::setDataRange ( const std::string &  formula)

◆ setLocation()

void XLSparkline::setLocation ( const std::string &  sqref)

◆ setType()

void XLSparkline::setType ( XLSparklineType  type)

◆ type()

XLSparklineType XLSparkline::type ( ) const

The documentation for this class was generated from the following files: