# getCellLocation 메서드

#### ![](https://help.grapecity.com.cn/download/thumbnails/72365287/blue%20block.png?version=1\&modificationDate=1648092727000\&api=v2) 메서드 <a href="#getcelllocation-fang-fa-fang-fa" id="getcelllocation-fang-fa-fang-fa"></a>

Helper.getCellLocation(formula: string, formulaCalcContext: FormulaCalcContext)

#### ![](https://help.grapecity.com.cn/download/thumbnails/72365287/blue%20block.png?version=1\&modificationDate=1648092727000\&api=v2) 설명 <a href="#getcelllocation-fang-fa-miao-shu" id="getcelllocation-fang-fa-miao-shu"></a>

셀의 위치 정보를 가져옵니다.

#### ![](https://help.grapecity.com.cn/download/thumbnails/72365287/blue%20block.png?version=1\&modificationDate=1648092727000\&api=v2) **매개 변수** <a href="#getcelllocation-fang-fa-can-shu-shuo-ming" id="getcelllocation-fang-fa-can-shu-shuo-ming"></a>

| 매개변수               | 형식                 | 설명                                                                   |
| ------------------ | ------------------ | -------------------------------------------------------------------- |
| formula            | string             | A1스타일 수식입니다.                                                         |
| formulaCalcContext | FormulaCalcContext | 수식 계산에 대한 컨텍스트 정보입니다. 인수를 가져오는 쿼리 조건에 수식이 포함된 경우 수식을 사용하여 결과를 계산합니다. |

#### ![](https://help.grapecity.com.cn/download/thumbnails/72365287/blue%20block.png?version=1\&modificationDate=1648092727000\&api=v2) **반환값**  <a href="#getcelllocation-fang-fa-fan-hui-zhi" id="getcelllocation-fang-fa-fan-hui-zhi"></a>

&#x20;  CellLocationInfo

<br>
