Table of Contents

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

value double

Properties

Value

Gets or sets the numeric value.

public double Value { get; set; }

Property Value

double

ValueType

Gets the filter value type.

public ReportFilterValueType? ValueType { get; }

Property Value

ReportFilterValueType?