getParentRows (method)

특정 행의 전체 부모 행 객체를 배열 형태로 반환합니다.

Syntax

array getParentRows( row );

Parameters

Name Type Required Description
row object 필수 데이터 로우 객체

Return Value

array[row object] : 데이터 로우 객체 배열

Example

// 포커스된 행의 부모 행들을 가져옵니다.
var childNodes = sheet.getParentRows(sheet.getFocusedRow());

Read More

Since

product version desc
core 8.0.0.0 기능 추가