< Back

New-WorkbookWorksheetObject

Sat Jan 18, 2020 1:51 pm

NAME New-WorkbookWorksheetObject



SYNOPSIS

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





SYNTAX

New-WorkbookWorksheetObject [-charts <object[]>] [-name <string>] [-names <object[]>] [-pivotTables <object[]>]

[-position <int>] [-protection <object>] [-tables <object[]>] [-visibility <string>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-name <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-position <int>

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



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



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-visibility <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-charts <object[]>

The "charts" property, of type "microsoft.graph.workbookChart".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-names <object[]>

The "names" property, of type "microsoft.graph.workbookNamedItem".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-pivotTables <object[]>

The "pivotTables" property, of type "microsoft.graph.workbookPivotTable".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-protection <object>

The "protection" property, of type "microsoft.graph.workbookWorksheetProtection".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-tables <object[]>

The "tables" property, of type "microsoft.graph.workbookTable".



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