Class NumberReportFilterValue
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents a numeric report filter value.
public class NumberReportFilterValue : ReportFilterValue
- Inheritance
-
NumberReportFilterValue
- Implements
- Inherited Members
Constructors
NumberReportFilterValue(double)
Constructor for numeric report filter value.
public NumberReportFilterValue(double value)
Parameters
valuedouble
Properties
Value
Gets or sets the numeric value.
public double Value { get; set; }
Property Value
ValueType
Gets the filter value type.
public ReportFilterValueType? ValueType { get; }