< Back

New-WorkbookObject

Sat Jan 18, 2020 1:49 pm

NAME New-WorkbookObject



SYNOPSIS

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





SYNTAX

New-WorkbookObject [-application <object>] [-comments <object[]>] [-functions <object>] [-names <object[]>]

[-tables <object[]>] [-worksheets <object[]>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-application <object>

The "application" property, of type "microsoft.graph.workbookApplication".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-worksheets <object[]>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-comments <object[]>

The "comments" property, of type "microsoft.graph.workbookComment".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-functions <object>

The "functions" property, of type "microsoft.graph.workbookFunctions".



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