排序規格。
方法
方法 | 傳回類型 | 簡短說明 |
---|---|---|
get | Color | 會傳回用於排序的背景顏色,如果沒有則會傳回 null 。 |
get | Data | 取得排序規格作用的資料來源欄。 |
get | Integer | 傳回維度索引,如果未連結至本機篩選器,則會傳回 null 。 |
get | Color | 傳回用於排序的前景色,如果沒有,則傳回 null 。 |
get | Sort | 傳回排序順序。 |
is | Boolean | 傳回排序順序是否為遞增。 |
內容詳盡的說明文件
get Background Color()
get Data Source Column()
取得排序規格要作用的資料來源欄。如果這個排序規格並未對資料來源欄執行操作,則會傳回 null
。
回攻員
Data
:排序規格作用的資料來源欄。
授權
使用這個方法的腳本需要具備下列一或多個範圍的授權:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
get Dimension Index()
傳回維度索引,如果未連結至本機篩選器,則會傳回 null
。
回攻員
Integer
:維度索引。
授權
使用這個方法的腳本需要具備下列一或多個範圍的授權:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
get Foreground Color()
get Sort Order()
is Ascending()
傳回排序順序是否為遞增。
回攻員
Boolean
:如果排序順序是遞增,則為 true
;否則為 false
。
授權
使用這個方法的腳本需要具備下列一或多個範圍的授權:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets