< Back

New-WorkbookFilterCriteriaObject

Sat Jan 18, 2020 1:49 pm

NAME New-WorkbookFilterCriteriaObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.workbookFilterCriteria" (or one of its derived types).





SYNTAX

New-WorkbookFilterCriteriaObject [-color <string>] [-criterion1 <string>] [-criterion2 <string>] [-dynamicCriteria

<string>] [-filterOn <string>] [-icon <object>] [-operator <string>] [-values <object>] [<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.workbookFilterCriteria" (or one of its derived types).





PARAMETERS

-color <string>

The "color" property, of type "Edm.String".



This property is on the "microsoft.graph.workbookFilterCriteria" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-criterion1 <string>

The "criterion1" property, of type "Edm.String".



This property is on the "microsoft.graph.workbookFilterCriteria" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-criterion2 <string>

The "criterion2" property, of type "Edm.String".



This property is on the "microsoft.graph.workbookFilterCriteria" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-dynamicCriteria <string>

The "dynamicCriteria" property, of type "Edm.String".



This property is on the "microsoft.graph.workbookFilterCriteria" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-filterOn <string>

The "filterOn" property, of type "Edm.String".



This property is on the "microsoft.graph.workbookFilterCriteria" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-icon <object>

The "icon" property, of type "microsoft.graph.workbookIcon".



This property is on the "microsoft.graph.workbookFilterCriteria" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-operator <string>

The "operator" property, of type "Edm.String".



This property is on the "microsoft.graph.workbookFilterCriteria" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-values <object>

The "values" property, of type "microsoft.graph.Json".



This property is on the "microsoft.graph.workbookFilterCriteria" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS