의견 보내기
Class Banding
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
밴딩
범위의 행 또는 열에 적용된 색상 패턴인 밴딩에 액세스하고 수정합니다. 각 밴딩은 행, 열, 헤더, 바닥글의 범위와 색상 집합으로 구성됩니다.
자세한 문서
copy To(range)
이 밴딩을 다른 범위에 복사합니다.
매개변수
이름 유형 설명
range
Range
이 밴딩을 복사할 범위입니다.
리턴
Banding
: 새 밴딩입니다.
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
get First Column Color Object()
밴딩의 첫 번째 교체 열 색상을 반환하거나 색상이 설정되지 않은 경우 null
을 반환합니다.
리턴
Color
: 밴딩의 첫 번째 교체 열 색상 또는 색상이 설정되지 않은 경우 null
입니다.
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
get First Row Color Object()
첫 번째 교체 행 색상을 반환하거나 색상이 설정되지 않은 경우 null
을 반환합니다.
리턴
Color
: 밴딩의 첫 번째 교체 행 색상 또는 색상이 설정되지 않은 경우 null
입니다.
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
get Header Column Color Object()
밴딩의 첫 번째 열의 색상을 반환하거나 색상이 설정되지 않은 경우 null
을 반환합니다.
리턴
Color
: 밴딩의 첫 번째 열 색상 또는 색상이 설정되지 않은 경우 null
입니다.
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
get Range()
이 밴딩의 범위를 반환합니다.
리턴
Range
: 이 번들의 범위입니다.
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
get Second Column Color Object()
밴딩의 두 번째 교체 열 색상을 반환하거나 색상이 설정되지 않은 경우 null
을 반환합니다.
리턴
Color
: 밴딩의 두 번째 교차 열 색상 또는 색상이 설정되지 않은 경우 null
입니다.
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
get Second Row Color Object()
두 번째 교체 행 색상을 반환하거나 색상이 설정되지 않은 경우 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
set First Column Color(color)
번갈아 표시되는 첫 번째 열 색상을 설정합니다.
매개변수
이름 유형 설명
color
String
CSS 표기법의 색상 코드 (예: '#ffffff'
또는 'white'
) 또는 색상을 지우기 위한 null
입니다.
리턴
Banding
: 체이닝을 위한 이 밴딩
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
set First Column Color Object(color)
밴딩의 첫 번째 교차 열 색상을 설정합니다.
매개변수
이름 유형 설명
color
Color
밴딩의 새로운 첫 번째 교체 열 색상입니다. null
로 설정하면 색상이 지워집니다.
리턴
Banding
: 체이닝을 위한 이 밴딩
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
set First Row Color(color)
번갈아 표시되는 첫 번째 행 색상을 설정합니다.
매개변수
이름 유형 설명
color
String
CSS 표기법의 색상 코드 (예: '#ffffff'
또는 'white'
) 또는 색상을 지우기 위한 null
입니다.
리턴
Banding
: 체이닝을 위한 이 밴딩
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
set First Row Color Object(color)
밴딩에서 첫 번째 교차 행 색상을 설정합니다.
매개변수
이름 유형 설명
color
Color
밴딩의 새로운 첫 번째 교체 색상입니다. null
로 설정하면 색상이 지워집니다.
리턴
Banding
: 체이닝을 위한 이 밴딩
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
set Header Column Color(color)
헤더 열의 색상을 설정합니다.
매개변수
이름 유형 설명
color
String
CSS 표기법의 색상 코드 (예: '#ffffff'
또는 'white'
) 또는 색상을 지우기 위한 null
입니다.
리턴
Banding
: 체이닝을 위한 이 밴딩
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
set Header Column Color Object(color)
헤더 열의 색상을 설정합니다.
매개변수
이름 유형 설명
color
Color
새 헤더 열 색상입니다. null
로 설정하면 색상이 지워집니다.
리턴
Banding
: 체이닝을 위한 이 밴딩
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
set Range(range)
이 밴딩의 범위를 설정합니다.
매개변수
이름 유형 설명
range
Range
이 밴딩의 새 범위입니다.
리턴
Banding
: 체이닝을 위한 이 밴딩
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
set Second Column Color(color)
교체되는 두 번째 열 색상을 설정합니다.
매개변수
이름 유형 설명
color
String
CSS 표기법의 색상 코드 (예: '#ffffff'
또는 'white'
) 또는 색상을 지우기 위한 null
입니다.
리턴
Banding
: 체이닝을 위한 이 밴딩
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
set Second Column Color Object(color)
밴딩에서 두 번째 교체 열 색상을 설정합니다.
매개변수
이름 유형 설명
color
Color
밴딩의 새로운 두 번째 교차 열 색상입니다. null
로 설정하면 색상이 지워집니다.
리턴
Banding
: 체이닝을 위한 이 밴딩
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
set Second Row Color(color)
교체되는 두 번째 행 색상을 설정합니다.
매개변수
이름 유형 설명
color
String
CSS 표기법의 색상 코드 (예: '#ffffff'
또는 'white'
) 또는 색상을 지우기 위한 null
입니다.
리턴
Banding
: 체이닝을 위한 이 밴딩
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
set Second Row Color Object(color)
밴딩에서 두 번째 교체 색상을 설정합니다.
매개변수
이름 유형 설명
color
Color
밴딩의 새로운 두 번째 교체 색상입니다. null
로 설정하면 색상이 지워집니다.
리턴
Banding
: 체이닝을 위한 이 밴딩
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
지원 중단된 메서드
get First Column Color()
지원 중단 되었습니다. get First Column Color Object()
로 대체됨
교체되는 첫 번째 열 색상을 반환하거나 색상이 설정되지 않은 경우 null
을 반환합니다.
리턴
String
: CSS 표기법의 색상 코드 (예: '#ffffff'
또는 'white'
) 또는 색상이 설정되지 않은 경우 null
입니다.
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
get First Row Color()
지원 중단 되었습니다. get First Row Color Object()
로 대체됨
교체되는 첫 번째 행 색상을 반환하거나 색상이 설정되지 않은 경우 null
을 반환합니다.
리턴
String
: CSS 표기법의 색상 코드 (예: '#ffffff'
또는 'white'
) 또는 색상이 설정되지 않은 경우 null
입니다.
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
get Header Column Color()
지원 중단 되었습니다. get Header Column Color Object()
로 대체됨
헤더 열의 색상 또는 색상이 설정되지 않은 경우 null
을 반환합니다.
리턴
String
: CSS 표기법의 색상 코드 (예: '#ffffff'
또는 'white'
) 또는 색상이 설정되지 않은 경우 null
입니다.
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
지원 중단 되었습니다. get Header Row Color Object()
로 대체됨
헤더 행의 색상 또는 색상이 설정되지 않은 경우 null
을 반환합니다.
리턴
String
: CSS 표기법의 색상 코드 (예: '#ffffff'
또는 'white'
) 또는 색상이 설정되지 않은 경우 null
입니다.
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
get Second Column Color()
지원 중단 되었습니다. get Second Column Color Object()
로 대체됨
교체되는 두 번째 열 색상을 반환하거나 색상이 설정되지 않은 경우 null
을 반환합니다.
리턴
String
: HEX 색상 또는 색상이 설정되지 않은 경우 null
입니다.
승인
이 메서드를 사용하는 스크립트에는 다음 범위 중 하나 이상의 승인이 필요합니다.
https://www.googleapis.com/auth/spreadsheets.currentonly
https://www.googleapis.com/auth/spreadsheets
get Second Row Color()
지원 중단 되었습니다. get Second Row Color Object()
로 대체됨
교체되는 두 번째 행 색상을 반환하거나 색상이 설정되지 않은 경우 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 계열사의 등록 상표입니다.
최종 업데이트: 2024-12-03(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"]],["최종 업데이트: 2024-12-03(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."]]],[]]