Class ReportSortingCriterion
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents a sorting criterion for a report.
public class ReportSortingCriterion
- Inheritance
-
ReportSortingCriterion
- Inherited Members
Properties
Column
Gets the column identifier.
public ReportColumnIdentifier Column { get; set; }
Property Value
- ReportColumnIdentifier
the column
SortingDirection
Gets the sorting direction.
public SortDirection SortingDirection { get; set; }
Property Value
- SortDirection
the sorting direction