SimpleXlsx  r0.19
 All Classes Namespaces Functions Variables Enumerations Pages
SimpleXlsx::Comment Struct Reference

This structure describes comment item that can added to a cell. More...

#include <SimpleXlsxDef.h>

Public Attributes

int sheetIndex
 sheetIndex internal page index (must not be changed manually)
std::vector< std::pair< Font,
_tstring > > 
contents
 contents set of contents with specified fonts
CellCoord cellRef
 cellRef reference to the cell
_tstring fillColor
 fillColor comment box background colour (format: #RRGGBB)
bool isHidden
 isHidden determines if comments box is hidden
int x
 x absolute position in pt (can be left unset)
int y
 y absolute position in pt (can be left unset)
int width
 width width in pt (can be left unset)
int height
 height height in pt (can be left unset)

Detailed Description

This structure describes comment item that can added to a cell.


The documentation for this struct was generated from the following file: