EssGGetSmartlistforCell

Returns the name of SmartList (Text List) object associated with a cell when the cell type is ESSG_DT_SMARTLIST.

Syntax

ESS_FUNC_M EssGGetSmartlistforCell (hGrid, pData, *pSmartlistname)
ParameterData TypeDescription

hGrid

ESSG_HGRID_T

Grid handle

pData

ESSG_PDATA_T

Pointer to the cell ESSG_DATA_T structure of the cell.

*pSmartlistname

ESSG_STR_T

Pointer to name of the TextList object the cell is associated with

Return Value

See Also