Class TableColumn

TableColumn

테이블의 열입니다. 열은 표 셀의 목록으로 구성됩니다. 열은 열 색인으로 식별됩니다.

방법

메서드반환 유형간략한 설명
getCell(cellIndex)TableCell지정된 색인에 있는 셀을 반환합니다.
getIndex()Integer0부터 시작하는 열의 색인을 반환합니다.
getNumCells()Integer이 열에 있는 셀 수를 반환합니다.
getParentTable()Table현재 열이 포함된 테이블을 반환합니다.
getWidth()Number열의 너비를 포인트 단위로 반환합니다.
remove()void표 열을 삭제합니다.

자세한 문서

getCell(cellIndex)

지정된 색인에 있는 셀을 반환합니다.

매개변수

이름유형설명
cellIndexInteger검색할 셀의 0부터 시작하는 색인입니다.

리턴

TableCell

승인

이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

getIndex()

0부터 시작하는 열의 색인을 반환합니다.

리턴

Integer

승인

이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

getNumCells()

이 열에 있는 셀 수를 반환합니다.

리턴

Integer

승인

이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

getParentTable()

현재 열이 포함된 테이블을 반환합니다.

리턴

Table

승인

이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

getWidth()

열의 너비를 포인트 단위로 반환합니다.

리턴

Number

승인

이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

remove()

표 열을 삭제합니다.

열의 모든 셀이 다른 열과 병합되면 이러한 셀로 스팬된 공통 열이 삭제됩니다.

삭제 후에도 표에 남아 있는 열이 없으면 표 전체가 삭제됩니다.

승인

이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations