Show 

Home > eRoom API Help > Server Access API > SAAPI Properties > Cells property

Show Show 
eRoom

 

Cells property

Returns an IERUCollection interface pointer to the Cells in the Database Row.

Syntax


C++

HRESULT get_Cells(IERUCollection** ppCells)

Scripting languages

Set CellCollection = Row.Cells

Remarks


The collection that Cells returns is a collection of IERUDBCell interface pointers to individual Cells.

Home

Applies to

IERUDBRow


See also

Databases

IERUDBCell