Class Banding

Banding

存取及修改區塊,也就是套用至範圍內資料列或資料欄的顏色模式。每個區塊都包含一個範圍,以及一組用於資料列、資料欄、標題和頁尾的顏色。

方法

方法傳回類型簡短說明
copyTo(range)Banding將這個頻帶複製到其他範圍。
getFirstColumnColorObject()Color傳回條紋中第一個交替欄的顏色,如果未設定顏色,則傳回 null
getFirstRowColorObject()Color傳回第一個交替列顏色,如果未設定顏色,則傳回 null
getFooterColumnColorObject()Color傳回色帶中最後一列的顏色,如果未設定顏色,則傳回 null
getFooterRowColorObject()Color傳回分割區中最後一列的顏色,如果未設定顏色,則傳回 null
getHeaderColumnColorObject()Color傳回頻帶中第一個欄的顏色,如果未設定顏色,則傳回 null
getHeaderRowColorObject()Color傳回標題列的顏色,如果未設定顏色,則傳回 null
getRange()Range傳回此頻帶的範圍。
getSecondColumnColorObject()Color傳回頻帶中的第二個交替欄顏色,如果未設定顏色,則傳回 null
getSecondRowColorObject()Color傳回第二個交替列顏色,如果未設定顏色,則傳回 null
remove()void移除這條紋。
setFirstColumnColor(color)Banding設定第一個交替的欄顏色。
setFirstColumnColorObject(color)Banding設定頻帶中第一個交替的欄顏色。
setFirstRowColor(color)Banding設定交替的第一列顏色。
setFirstRowColorObject(color)Banding設定條紋中第一個交替列的顏色。
setFooterColumnColor(color)Banding設定最後一欄的顏色。
setFooterColumnColorObject(color)Banding設定分帶中最後一欄的顏色。
setFooterRowColor(color)Banding設定最後一列的顏色。
setFooterRowColorObject(color)Banding設定分頁中頁尾資料列的顏色。
setHeaderColumnColor(color)Banding設定標題欄的顏色。
setHeaderColumnColorObject(color)Banding設定標題欄的顏色。
setHeaderRowColor(color)Banding設定標題列的顏色。
setHeaderRowColorObject(color)Banding設定標題列的顏色。
setRange(range)Banding設定此頻帶的範圍。
setSecondColumnColor(color)Banding設定交錯的第二欄顏色。
setSecondColumnColorObject(color)Banding設定頻帶中的第二個交替欄顏色。
setSecondRowColor(color)Banding設定交錯的第二列顏色。
setSecondRowColorObject(color)Banding設定頻帶中的第二個交替顏色。

內容詳盡的說明文件

copyTo(range)

將這個頻帶複製到其他範圍。

參數

名稱類型說明
rangeRange要複製這個頻帶的範圍。

回攻員

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

getFooterColumnColorObject()

傳回色帶中最後一列的顏色,如果未設定顏色,則傳回 null

回攻員

Color:分割帶中的最後一欄顏色,如果未設定顏色,則為 null

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

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

getFooterRowColorObject()

傳回分割區中最後一列的顏色,如果未設定顏色,則傳回 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

getHeaderRowColorObject()

傳回標題列的顏色,如果未設定顏色,則傳回 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)

設定第一個交替的欄顏色。

參數

名稱類型說明
colorStringCSS 符號中的顏色代碼 (例如 '#ffffff''white'),或是 null 來清除顏色。

回攻員

Banding:這個區塊用於鏈結。

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

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

setFirstColumnColorObject(color)

設定頻帶中第一個交替的欄顏色。

參數

名稱類型說明
colorColor在頻帶中新增第一個交替欄顏色;將其設為 null 會清除顏色。

回攻員

Banding:這個區塊用於鏈結。

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

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

setFirstRowColor(color)

設定交替的第一列顏色。

參數

名稱類型說明
colorStringCSS 符號中的顏色代碼 (例如 '#ffffff''white'),或是 null 來清除顏色。

回攻員

Banding:這個區塊用於鏈結。

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

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

setFirstRowColorObject(color)

設定條紋中第一個交替列的顏色。

參數

名稱類型說明
colorColor新的第一個交替顏色會出現在色帶中,將其設為 null 會清除顏色。

回攻員

Banding:這個區塊用於鏈結。

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

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

setFooterColumnColor(color)

設定最後一欄的顏色。

參數

名稱類型說明
colorStringCSS 符號中的顏色代碼 (例如 '#ffffff''white'),或是 null 來清除顏色。

回攻員

Banding:這個區塊用於鏈結。

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

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

setFooterColumnColorObject(color)

設定分帶中最後一欄的顏色。

參數

名稱類型說明
colorColor設定為 null 會清除色彩。

回攻員

Banding:這個區塊用於鏈結。

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

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

setFooterRowColor(color)

設定最後一列的顏色。

參數

名稱類型說明
colorStringCSS 符號中的顏色代碼 (例如 '#ffffff''white'),或是 null 來清除顏色。

回攻員

Banding:這個區塊用於鏈結。

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

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

setFooterRowColorObject(color)

設定分頁中頁尾資料列的顏色。

參數

名稱類型說明
colorColor新的頁尾資料列顏色;將其設為 null 會清除顏色。

回攻員

Banding:這個區塊用於鏈結。

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

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

setHeaderColumnColor(color)

設定標題欄的顏色。

參數

名稱類型說明
colorStringCSS 符號中的顏色代碼 (例如 '#ffffff''white'),或是 null 來清除顏色。

回攻員

Banding:這個區塊用於鏈結。

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

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

setHeaderColumnColorObject(color)

設定標題欄的顏色。

參數

名稱類型說明
colorColor新的標題欄顏色;設定為 null 會清除顏色。

回攻員

Banding:這個區塊用於鏈結。

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

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

setHeaderRowColor(color)

設定標題列的顏色。

參數

名稱類型說明
colorStringCSS 符號中的顏色代碼 (例如 '#ffffff''white'),或是 null 來清除顏色。

回攻員

Banding:這個區塊用於鏈結。

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

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

setHeaderRowColorObject(color)

設定標題列的顏色。

參數

名稱類型說明
colorColor新的標題列顏色;設定為 null 會清除顏色。

回攻員

Banding:這個區塊用於鏈結。

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

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

setRange(range)

設定此頻帶的範圍。

參數

名稱類型說明
rangeRange這個頻帶的新範圍。

回攻員

Banding:這個區塊用於鏈結。

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

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

setSecondColumnColor(color)

設定交錯的第二欄顏色。

參數

名稱類型說明
colorStringCSS 符號中的顏色代碼 (例如 '#ffffff''white'),或是 null 來清除顏色。

回攻員

Banding:這個區塊用於鏈結。

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

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

setSecondColumnColorObject(color)

設定頻帶中的第二個交替欄顏色。

參數

名稱類型說明
colorColor在頻帶中新增第二個交錯欄顏色;將其設為 null 會清除顏色。

回攻員

Banding:這個區塊用於鏈結。

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

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

setSecondRowColor(color)

設定交錯的第二列顏色。

參數

名稱類型說明
colorStringCSS 符號中的顏色代碼 (例如 '#ffffff''white'),或是 null 來清除顏色。

回攻員

Banding:這個區塊用於鏈結。

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

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

setSecondRowColorObject(color)

設定頻帶中的第二個交替顏色。

參數

名稱類型說明
colorColor新的交錯條紋第二種顏色;將其設為 null 會清除顏色。

回攻員

Banding:這個區塊用於鏈結。

授權

使用這個方法的腳本需要具備下列一或多個範圍的授權:

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

已淘汰的方法