Class SortSpec

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