의견 보내기
Class Banding
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
반딩
범위의 행 또는 열에 적용되는 색상 패턴인 밴딩에 액세스하고 수정합니다. 각 밴드는 행, 열, 헤더 및 바닥글의 범위와 색상 모음으로 구성됩니다.
자세한 문서
copyTo(range)
이 밴딩을 다른 범위에 복사합니다.
매개변수
이름 유형 설명
range
Range
이 밴딩을 복사할 범위입니다.
리턴
Banding
- 새 밴딩입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
getFirstColumnColorObject()
밴딩의 첫 번째 교차 열 색상을 반환하거나 색상이 설정되지 않은 경우 null
을 반환합니다.
리턴
Color
- 밴딩의 첫 번째 교차 열 색상 또는 색상이 설정되지 않은 경우 null
입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
getFirstRowColorObject()
첫 번째 교차 행 색상을 반환하거나 색상이 설정되지 않은 경우 null
을 반환합니다.
리턴
Color
- 밴딩의 첫 번째 교차 행 색상 또는 색상이 설정되지 않은 경우 null
입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
getHeaderColumnColorObject()
밴딩의 첫 번째 열의 색상을 반환하거나 색상이 설정되지 않은 경우 null
을 반환합니다.
리턴
Color
- 밴딩의 첫 번째 열 색상 또는 색상이 설정되지 않은 경우 null
입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
getRange()
이 밴드링의 범위를 반환합니다.
리턴
Range
- 이 밴드의 범위입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
getSecondColumnColorObject()
밴딩의 두 번째 교차 열 색상을 반환하거나 색상이 설정되지 않은 경우 null
을 반환합니다.
리턴
Color
- 밴딩의 두 번째 교차 열 색상 또는 색상이 설정되지 않은 경우 null
입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
getSecondRowColorObject()
두 번째 교차 행 색상을 반환하거나 색상이 설정되지 않은 경우 null
을 반환합니다.
리턴
Color
- 밴딩의 두 번째 교차 행 색상 또는 색상이 설정되지 않은 경우 null
입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
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
setFirstColumnColor(color)
교차되는 첫 번째 열 색상을 설정합니다.
매개변수
이름 유형 설명
color
String
CSS 표기법의 색상 코드 (예: '#ffffff'
또는 'white'
) 또는 색상을 지우는 null
입니다.
리턴
Banding
- 이 밴드는 체이닝을 위한 밴딩입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
setFirstColumnColorObject(color)
밴딩의 첫 번째 교차 열 색상을 설정합니다.
매개변수
이름 유형 설명
color
Color
밴딩의 새로운 첫 번째 교차 열 색상입니다. null
로 설정하면 색상이 지워집니다.
리턴
Banding
- 이 밴드는 체이닝을 위한 밴딩입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
setFirstRowColor(color)
교차되는 첫 번째 행 색상을 설정합니다.
매개변수
이름 유형 설명
color
String
CSS 표기법의 색상 코드 (예: '#ffffff'
또는 'white'
) 또는 색상을 지우는 null
입니다.
리턴
Banding
- 이 밴드는 체이닝을 위한 밴딩입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
setFirstRowColorObject(color)
밴딩에서 첫 번째 교차 행 색상을 설정합니다.
매개변수
이름 유형 설명
color
Color
밴딩의 새로운 첫 번째 교차 색상입니다. null
로 설정하면 색상이 지워집니다.
리턴
Banding
- 이 밴드는 체이닝을 위한 밴딩입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
setHeaderColumnColor(color)
헤더 열의 색상을 설정합니다.
매개변수
이름 유형 설명
color
String
CSS 표기법의 색상 코드 (예: '#ffffff'
또는 'white'
) 또는 색상을 지우는 null
입니다.
리턴
Banding
- 이 밴드는 체이닝을 위한 밴딩입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
setHeaderColumnColorObject(color)
헤더 열의 색상을 설정합니다.
매개변수
이름 유형 설명
color
Color
새 헤더 열 색상입니다. null
로 설정하면 색상이 지워집니다.
리턴
Banding
- 이 밴드는 체이닝을 위한 밴딩입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
setRange(range)
이 밴드의 범위를 설정합니다.
매개변수
이름 유형 설명
range
Range
이 밴드의 새 범위입니다.
리턴
Banding
- 이 밴드는 체이닝을 위한 밴딩입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
setSecondColumnColor(color)
교차되는 두 번째 열 색상을 설정합니다.
매개변수
이름 유형 설명
color
String
CSS 표기법의 색상 코드 (예: '#ffffff'
또는 'white'
) 또는 색상을 지우는 null
입니다.
리턴
Banding
- 이 밴드는 체이닝을 위한 밴딩입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
setSecondColumnColorObject(color)
밴딩의 두 번째 교차 열 색상을 설정합니다.
매개변수
이름 유형 설명
color
Color
밴딩의 새로운 두 번째 교차 열 색상입니다. null
로 설정하면 색상이 지워집니다.
리턴
Banding
- 이 밴드는 체이닝을 위한 밴딩입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
setSecondRowColor(color)
교차되는 두 번째 행 색상을 설정합니다.
매개변수
이름 유형 설명
color
String
CSS 표기법의 색상 코드 (예: '#ffffff'
또는 'white'
) 또는 색상을 지우는 null
입니다.
리턴
Banding
- 이 밴드는 체이닝을 위한 밴딩입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
setSecondRowColorObject(color)
밴딩에서 두 번째 교차 색상을 설정합니다.
매개변수
이름 유형 설명
color
Color
밴딩에서 새로운 두 번째 교차 색상입니다. null
로 설정하면 색상이 지워집니다.
리턴
Banding
- 이 밴드는 체이닝을 위한 밴딩입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
지원 중단된 메서드
getFirstColumnColor()
지원 중단되었습니다. getFirstColumnColorObject()
로 대체됨
교차되는 첫 번째 열 색상을 반환하거나 색상이 설정되지 않은 경우 null
을 반환합니다.
리턴
String
- CSS 표기법의 색상 코드 (예: '#ffffff'
또는 'white'
)이거나 색상이 설정되지 않은 경우 null
입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
getFirstRowColor()
지원 중단되었습니다. getFirstRowColorObject()
로 대체됨
교차되는 첫 번째 행 색상을 반환하거나 색상이 설정되지 않은 경우 null
을 반환합니다.
리턴
String
- CSS 표기법의 색상 코드 (예: '#ffffff'
또는 'white'
)이거나 색상이 설정되지 않은 경우 null
입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
getHeaderColumnColor()
지원 중단되었습니다. getHeaderColumnColorObject()
로 대체됨
헤더 열의 색상을 반환하거나 색상이 설정되지 않은 경우 null
을 반환합니다.
리턴
String
- CSS 표기법의 색상 코드 (예: '#ffffff'
또는 'white'
)이거나 색상이 설정되지 않은 경우 null
입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
지원 중단되었습니다. getHeaderRowColorObject()
로 대체됨
헤더 행의 색상을 반환하거나 색상이 설정되지 않은 경우 null
을 반환합니다.
리턴
String
- CSS 표기법의 색상 코드 (예: '#ffffff'
또는 'white'
)이거나 색상이 설정되지 않은 경우 null
입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
getSecondColumnColor()
지원 중단되었습니다. getSecondColumnColorObject()
로 대체됨
교차되는 두 번째 열 색상을 반환하거나 색상이 설정되지 않은 경우 null
을 반환합니다.
리턴
String
- 16진수 색상 또는 색상이 설정되지 않은 경우 null
입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
getSecondRowColor()
지원 중단되었습니다. getSecondRowColorObject()
로 대체됨
번갈아가는 두 번째 행 색상을 반환하거나 색상이 설정되지 않은 경우 null
을 반환합니다.
리턴
String
- CSS 표기법의 색상 코드 (예: '#ffffff'
또는 'white'
)이거나 색상이 설정되지 않은 경우 null
입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
의견 보내기
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스 에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스 에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책 을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2023-12-02(UTC)
의견을 전달하고 싶나요?
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2023-12-02(UTC)"],[[["The `Banding` class in Google Apps Script controls color banding for rows or columns within a Google Sheet range."],["It provides methods for setting colors of alternating rows/columns, headers, and footers using color codes or `Color` objects."],["You can manage the range associated with the banding, including copying it to a new range or removing it entirely."],["Several methods returning color values as strings are deprecated; use the corresponding `Color` object methods instead."],["All methods require authorization with specific scopes to access and modify the spreadsheet's banding."]]],[]]