getFormulaRowPosition (method)

FormulaRow(합계행)의 위치 (하단(기본값), 상단) 값을 얻어 올 수 있습니다.

Syntax

number getFormulaRowPosition();

Return Value

number : FormulaRow의 위치 값

Example

//합계행의 위치를 가져옵니다.
var pos = sheet.getFormulaRowPosition();

Read More

Since

product version desc
core 8.0.0.0 기능 추가