SpreadsheetSheetSortSettingsColumnBuilder
Defines the fluent API for configuring the SpreadsheetSheetSortSettingsColumn settings.
Methods
Ascending(System.Boolean)
Indicates if the data in the cell will be sorted in ascending (true) or descending order (false).
Parameters
value - System.Boolean
The value that configures the ascending.
Index(System.Double)
The index of the column within the sheet. For example, column C will have an index of 2.
Parameters
value - System.Double
The value that configures the index.