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

返回排序顺序是升序还是降序。

返回

Boolean - 如果排序顺序为升序,则为 true;否则为 false

授权

使用此方法的脚本需要获得以下一个或多个范围的授权:

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