< Back

New-WorkbookRangeObject

Sat Jan 18, 2020 1:50 pm

NAME New-WorkbookRangeObject



SYNOPSIS

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





SYNTAX

New-WorkbookRangeObject [-address <string>] [-addressLocal <string>] [-cellCount <int>] [-columnCount <int>]

[-columnHidden <bool>] [-columnIndex <int>] [-format <object>] [-formulas <object>] [-formulasLocal <object>]

[-formulasR1C1 <object>] [-hidden <bool>] [-numberFormat <object>] [-rowCount <int>] [-rowHidden <bool>]

[-rowIndex <int>] [-sort <object>] [-text <object>] [-values <object>] [-valueTypes <object>] [-worksheet

<object>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-address <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-addressLocal <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-cellCount <int>

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



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



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-columnCount <int>

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



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



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-columnHidden <bool>

The "columnHidden" property, of type "Edm.Boolean".



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-columnIndex <int>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-hidden <bool>

The "hidden" property, of type "Edm.Boolean".



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



Required? false

Position? named

Default value False

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.workbookRange" 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.workbookRange" type.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-rowHidden <bool>

The "rowHidden" property, of type "Edm.Boolean".



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-rowIndex <int>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-format <object>

The "format" property, of type "microsoft.graph.workbookRangeFormat".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-sort <object>

The "sort" property, of type "microsoft.graph.workbookRangeSort".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-worksheet <object>

The "worksheet" property, of type "microsoft.graph.workbookWorksheet".



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