SimpleXlsx
r0.19
|
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) |
This structure describes comment item that can added to a cell.