Class SortSpec

Sort の仕様

並べ替えの仕様。

メソッド

メソッド戻り値の型概要
getBackgroundColor()Color並べ替えに使用される背景色を返します。存在しない場合は null を返します。
getDataSourceColumn()DataSourceColumn並べ替え仕様が適用されるデータソースの列を取得します。
getDimensionIndex()Integerディメンション インデックスを返します。ローカル フィルタにリンクされていない場合は null を返します。
getForegroundColor()Color並べ替えに使用される前景色を返します。存在しない場合は null を返します。
getSortOrder()SortOrder並べ替え順序を返します。
isAscending()Boolean並べ替え順序が昇順かどうかを返します。

詳細なドキュメント

getBackgroundColor()

並べ替えに使用される背景色を返します。存在しない場合は null を返します。

戻る

Color - 背景色。

承認

このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。

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

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()

並べ替えに使用される前景色を返します。存在しない場合は null を返します。

戻る

Color - 前景色。

承認

このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。

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

getSortOrder()

並べ替え順序を返します。

戻る

SortOrder - 並べ替え順序。

承認

このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。

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

isAscending()

並べ替え順序が昇順かどうかを返します。

戻る

Boolean - 並べ替え順序が昇順の場合は true、それ以外の場合は false

承認

このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。

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