# PivotTableEventParameter 클래스

#### **설명** <a href="#pivottableeventparameter-lei-miao-shu" id="pivottableeventparameter-lei-miao-shu"></a>

피벗 테이블 클릭 이벤트에 대한 데이터를 제공합니다.

#### **속성**  <a href="#pivottableeventparameter-lei-shu-xing" id="pivottableeventparameter-lei-shu-xing"></a>

| 속성         | 형식                                                                                                      | 설명                                                                                   |
| ---------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ |
| dataType   | string                                                                                                  | 클릭한 위치가 일반 데이터 범위인 경우 \[Data]이고 열 합계 셀의 경우 \[ColTotal]이고 행 합계 범위의 경우 \[RowTotal]입니다. |
| row        | number                                                                                                  | 클릭 위치의 행 인덱스입니다                                                                      |
| col        | number                                                                                                  | 위치의 열 인덱스를 클릭합니다.                                                                    |
| value      | any                                                                                                     | 클릭 위치의 값입니다.                                                                         |
| colHeaders | [PivotTableHeaderInfo\[\]](/command/javascriptprogramming/javascript-api/class/pivottableheaderinfo.md) | 위치가 있는 열 헤더 정보를 클릭합니다.                                                               |
| rowHeaders | [PivotTableHeaderInfo\[\]](/command/javascriptprogramming/javascript-api/class/pivottableheaderinfo.md) | 위치가 있는 헤더 정보를 클릭합니다.                                                                 |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.forguncy.co.kr/command/javascriptprogramming/javascript-api/class/pivottableeventparameter.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
