Class ReportGroupingCriterion
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents a grouping criterion for a report.
public class ReportGroupingCriterion
- Inheritance
-
ReportGroupingCriterion
- Inherited Members
Properties
Column
Gets the column identifier.
public ReportColumnIdentifier Column { get; set; }
Property Value
- ReportColumnIdentifier
the column
IsExpanded
Gets whether the group is expanded in the UI.
public bool? IsExpanded { get; set; }
Property Value
- bool?
true if expanded, false otherwise
SortingDirection
Gets the sorting direction within the group.
public SortDirection SortingDirection { get; set; }
Property Value
- SortDirection
the sorting direction