排序規格。
方法
方法 | 傳回類型 | 簡短說明 |
---|---|---|
getBackgroundColor() | Color | 傳回用於排序的背景顏色,如果沒有,則傳回 null 。 |
getDataSourceColumn() | DataSourceColumn | 取得排序規格用於的資料來源資料欄。 |
getDimensionIndex() | Integer | 如果未連結至本機篩選器,會傳回維度索引或 null 。 |
getForegroundColor() | Color | 傳回用於排序的前景顏色,如果沒有,則傳回 null 。 |
getSortOrder() | SortOrder | 傳回排列順序。 |
isAscending() | Boolean | 傳回是否要遞增排序。 |
內容詳盡的說明文件
getBackgroundColor()
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()
getSortOrder()
isAscending()
傳回是否要遞增排序。
回攻員
Boolean
— true
如果是遞增排序順序,則為 false
。
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets