getCellLocation 메서드
메서드
Helper.getCellLocation(formula: string, formulaCalcContext: FormulaCalcContext)
설명
셀의 위치 정보를 가져옵니다.
매개 변수
매개변수 | 형식 | 설명 |
---|---|---|
formula | string | A1스타일 수식입니다. |
formulaCalcContext | FormulaCalcContext | 수식 계산에 대한 컨텍스트 정보입니다. 인수를 가져오는 쿼리 조건에 수식이 포함된 경우 수식을 사용하여 결과를 계산합니다. |
반환값
CellLocationInfo
Last updated