그리드 » Api

deleteallrows

Description

그리드의 로우들을 모두 삭제하는 API이다.

Return Value

Type Description
BOOL 정상 삭제 여부(true, false)

Remark

deleteall API와 동일한 기능을 수행한다.

Example

function btn_deleteallrows_on_mouseup() { grdTest.deleteallrows(); }

See Also

deleterow
deleteallcolumn
addrow

Viewer Ver.

9.1.1.1

Update Date

20240103