비협조적인 방식으로 범위, 차트 및 피벗 테이블을 필터링하는 데 사용되는 슬라이서를 나타냅니다. 이 클래스에는 기존 슬라이서에 액세스하고 수정하는 메서드가 포함되어 있습니다. 새 슬라이서를 만들려면 Sheet.insertSlicer(range, anchorRowPos, anchorColPos)
를 사용합니다.
방법
자세한 문서
getBackgroundColorObject()
getColumnPosition()
슬라이서에서 필터가 적용되는 열 위치 (슬라이서의 데이터 범위를 기준으로)를 반환하거나 열 위치가 설정되지 않은 경우 null
를 반환합니다. 이는 필터와 유사하게 열의 색인이 1개인 위치여야 합니다.
리턴
Integer
- 이 슬라이서의 열 위치입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
getContainerInfo()
시트에서 슬라이서의 위치에 대한 정보를 가져옵니다.
리턴
ContainerInfo
- 슬라이서의 컨테이너 위치가 포함된 객체입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
getFilterCriteria()
슬라이서의 필터 기준을 반환하거나 필터 기준이 설정되지 않은 경우 null
를 반환합니다.
리턴
FilterCriteria
: 이 슬라이서의 필터 기준입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
getRange()
getTitle()
슬라이서의 제목을 반환합니다.
리턴
String
: 체이닝용 슬라이서입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
getTitleHorizontalAlignment()
제목의 가로 정렬을 가져옵니다.
리턴
String
- 이 슬라이서 제목의 가로 정렬입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
getTitleTextStyle()
isAppliedToPivotTables()
지정된 슬라이서가 피벗 테이블에 적용되는지 여부를 반환합니다.
리턴
Boolean
: 이 슬라이서가 피벗 테이블에 적용되면 true
, 그렇지 않으면 false
입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
remove()
슬라이서를 삭제합니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
setApplyToPivotTables(applyToPivotTables)
setBackgroundColor(color)
setBackgroundColorObject(color)
setColumnFilterCriteria(columnPosition, filterCriteria)
슬라이서의 열 색인 및 필터링 기준을 설정합니다. null
값은 슬라이서 필터를 재설정합니다.
매개변수
이름 | 유형 | 설명 |
---|---|---|
columnPosition | Integer | 이 슬라이서의 새 열 위치입니다. |
filterCriteria | FilterCriteria | 이 슬라이서의 새 필터 기준입니다. |
리턴
Slicer
: 체이닝용 슬라이서입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
setPosition(anchorRowPos, anchorColPos, offsetX, offsetY)
시트에 슬라이서를 표시할 위치를 설정합니다. 앵커 행 및 열 위치 색인은 1부터 색인이 생성됩니다.
매개변수
이름 | 유형 | 설명 |
---|---|---|
anchorRowPos | Integer | 슬라이서의 상단이 이 행에 고정됩니다. |
anchorColPos | Integer | 슬라이서의 상단은 이 열에 고정됩니다. |
offsetX | Integer | 셀 모서리로부터의 가로 오프셋(픽셀)입니다. |
offsetY | Integer | 셀 모서리로부터의 세로 오프셋(픽셀)입니다. |
리턴
Slicer
: 체이닝용 슬라이서입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets