Class SortSpec

SortSpec

排序規格。

方法

方法傳回類型簡短說明
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()

傳回是否要遞增排序。

回攻員

Booleantrue如果是遞增排序順序,則為 false

授權

使用這個方法的指令碼必須取得以下一或多個範圍的授權:

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