Enum 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 계열사의 등록 상표입니다.
  최종 업데이트: 2025-07-26(UTC)
  
  
  
    
      [null,null,["최종 업데이트: 2025-07-26(UTC)"],[],["The `DataSourceRefreshScope` enumeration defines the scope of data refreshes within a spreadsheet.  It includes two properties: `DATA_SOURCE_REFRESH_SCOPE_UNSUPPORTED`, indicating an unsupported refresh scope, and `ALL_DATA_SOURCES`, which signifies that the refresh will affect every data source in the spreadsheet. To use an enumeration property, you would call it using the `SpreadsheetApp.DataSourceRefreshScope` parent class, followed by the desired property name.\n"]]