Class SortSpec

排序Spec

排序規格。

方法

方法傳回類型簡短說明
getBackgroundColor()Color會傳回用於排序的背景顏色,如果沒有則會傳回 null
getDataSourceColumn()DataSourceColumn取得排序規格作用的資料來源欄。
getDimensionIndex()Integer傳回維度索引,如果未連結至本機篩選器,則會傳回 null
getForegroundColor()Color傳回用於排序的前景色,如果沒有,則傳回 null
getSortOrder()SortOrder傳回排序順序。
isAscending()Boolean傳回排序順序是否為遞增。

內容詳盡的說明文件

getBackgroundColor()

會傳回用於排序的背景顏色,如果沒有則會傳回 null

回攻員

Color:背景顏色。

授權

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

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

getDataSourceColumn()

取得排序規格要作用的資料來源欄。如果這個排序規格並未對資料來源欄執行操作,則會傳回 null

回攻員

DataSourceColumn:排序規格作用的資料來源欄。

授權

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

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

getDimensionIndex()

傳回維度索引,如果未連結至本機篩選器,則會傳回 null

回攻員

Integer:維度索引。

授權

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

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

getForegroundColor()

傳回用於排序的前景色,如果沒有,則傳回 null

回攻員

Color:前景顏色。

授權

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

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

getSortOrder()

傳回排序順序。

回攻員

SortOrder:排序順序。

授權

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

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

isAscending()

傳回排序順序是否為遞增。

回攻員

Boolean:如果排序順序是遞增,則為 true;否則為 false

授權

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

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