< Back

New-WorkbookRangeViewObject

Sat Jan 18, 2020 1:51 pm

NAME New-WorkbookRangeViewObject



SYNOPSIS

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





SYNTAX

New-WorkbookRangeViewObject [-cellAddresses <object>] [-columnCount <int>] [-formulas <object>] [-formulasLocal

<object>] [-formulasR1C1 <object>] [-index <int>] [-numberFormat <object>] [-rowCount <int>] [-rows <object[]>]

[-text <object>] [-values <object>] [-valueTypes <object>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-cellAddresses <object>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-columnCount <int>

The "columnCount" property, of type "Edm.Int32".



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



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-formulas <object>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-formulasLocal <object>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-formulasR1C1 <object>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-index <int>

The "index" property, of type "Edm.Int32".



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



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-numberFormat <object>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-rowCount <int>

The "rowCount" property, of type "Edm.Int32".



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



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-text <object>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-valueTypes <object>

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



This property is on the "microsoft.graph.workbookRangeView" 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.workbookRangeView" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-rows <object[]>

The "rows" property, of type "microsoft.graph.workbookRangeView".



This property is on the "microsoft.graph.workbookRangeView" 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