Enum DataSourceRefreshScope
DataSourceRefreshScope
새로고침의 범위 열거입니다.
enum을 호출하려면 상위 클래스, 이름, 속성을 호출합니다.
SpreadsheetApp.DataSourceRefreshScope.ALL_DATA_SOURCES
을 예로 들 수 있습니다.
속성
속성 | 유형 | 설명 |
DATA_SOURCE_REFRESH_SCOPE_UNSUPPORTED | Enum | 데이터 소스 새로고침 범위가 지원되지 않습니다. |
ALL_DATA_SOURCES | Enum | 새로고침은 스프레드시트의 모든 데이터 소스에 적용됩니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2023-12-02(UTC)
[null,null,["최종 업데이트: 2023-12-02(UTC)"],[[["`DataSourceRefreshScope` is used to define the scope of data refreshes within a spreadsheet."],["You can specify the scope using properties like `ALL_DATA_SOURCES` to refresh all data sources or `DATA_SOURCE_REFRESH_SCOPE_UNSUPPORTED` if the scope is not supported."],["To use these properties, you need to call them using the parent class followed by the enum name and property like `SpreadsheetApp.DataSourceRefreshScope.ALL_DATA_SOURCES`."]]],[]]