테이블 » Api

setcellmetaidex

Description

셀속성중 meta_id값을 설정하는 API입니다.

Parameters

Parameters Type Description
strCellIndex short Cell Index
strMetaID STRING Meta ID

Return Value

Type Description
void

Example

function screen_on_load() { factory.consoleprint(table.setcellmetaidex(2, "test")); }

See Also

setcellmetaid

Viewer Ver.

9.1.1.1

Update Date

20170515