Class SortRangeRequest
Sorts data in rows based on a sort order per column.
Inheritance
System.Object
SortRangeRequest
Implements
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class SortRangeRequest : object, IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Range
The range to sort.
Declaration
public virtual GridRange Range { get; set; }
Property Value
| Type | Description |
|---|---|
| GridRange |
SortSpecs
The sort order per column. Later specifications are used when values are equal in the earlier specifications.
Declaration
public virtual IList<SortSpec> SortSpecs { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<SortSpec> |