並べ替えの仕様。
Methods
メソッド | 戻り値の型 | 概要 |
---|---|---|
getBackgroundColor() | Color | 並べ替えに使用される背景色を返します。背景色が存在しない場合は null を返します。 |
getDataSourceColumn() | DataSourceColumn | 並べ替え仕様が適用されるデータソース列を取得します。 |
getDimensionIndex() | Integer | ディメンションのインデックス、またはローカル フィルタにリンクされていない場合は null を返します。 |
getForegroundColor() | Color | 並べ替えに使用される前景の色を返します。指定しない場合は null を返します。 |
getSortOrder() | SortOrder | 並べ替え順を返します。 |
isAscending() | Boolean | 並べ替え順が昇順かどうかを返します。 |
詳細なドキュメント
getBackgroundColor()
getDataSourceColumn()
並べ替え仕様が適用されるデータソース列を取得します。この並べ替え仕様がデータソース列に対して機能していない場合、null
を返します。
リターン
DataSourceColumn
- 並べ替え仕様が適用されるデータソース列。
承認
この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
getDimensionIndex()
ディメンションのインデックス、またはローカル フィルタにリンクされていない場合は null
を返します。
リターン
Integer
- ディメンションのインデックス。
承認
この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
getForegroundColor()
getSortOrder()
isAscending()
並べ替え順が昇順かどうかを返します。
リターン
Boolean
- 並べ替え順が昇順の場合は true
、そうでない場合は false
。
承認
この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets