![]() | InDesign SDK 20.5 |
#include <CellTable.h>
Public Member Functions | |
| CellData () | |
| ~CellData () | |
| bool | SetString (const WideString &str) |
| const WideString & | GetString (void) |
CellData stores the string data for each cell on the table.
| CellData::CellData | ( | ) |
Constructor.
| CellData::~CellData | ( | ) |
Destructor.
| const WideString & CellData::GetString | ( | void | ) |
Getting a string data from a cell.
| bool CellData::SetString | ( | const WideString & | str | ) |
Set a string in cell.
| str | A string data to set up. |