AbstractRowTColumn, TCellFilteredOut Property | |
true if this row is filtered out by a column filter (and thus is not displayed in the Smartsheet app),
false if the row is not filtered out.
Only returned if the include query string parameter contains filters.
Namespace:
Smartsheet.Api.Models
Assemblies:
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax public Nullable<bool> FilteredOut { get; set; }
Public Property FilteredOut As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> FilteredOut {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member FilteredOut : Nullable<bool> with get, set
Return Value
Type:
NullableBoolean true if row is filtered out
See Also