그리드 » Api

setitemcustomprop

Description

그리드 특정 아이템의 특정 Custom 속성값을 설정한다.

Parameters

Parameters Type Description
nRow long Row Index
nColumn short Column Index
strPropertyName STRING 속성 이름
strPropValue STRING 속성 값

Return Value

Type Description
BOOL 정상 처리 여부

Example

function btn_on_mouseup() { grd.setitemcustomprop(0, 0, "custom_prop_a", "custom_prop_a_value"); screen.alert(grd.getitemcustomprop(0, 0, "custom_prop_a")); }

See Also

setitemcustomprop

Viewer Ver.

25.4.22.1

Update Date

20250422