< Back

New-WorkbookTableObject

Sat Jan 18, 2020 1:51 pm

NAME New-WorkbookTableObject



SYNOPSIS

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





SYNTAX

New-WorkbookTableObject [-columns <object[]>] [-highlightFirstColumn <bool>] [-highlightLastColumn <bool>]

[-legacyId <string>] [-name <string>] [-rows <object[]>] [-showBandedColumns <bool>] [-showBandedRows <bool>]

[-showFilterButton <bool>] [-showHeaders <bool>] [-showTotals <bool>] [-sort <object>] [-style <string>]

[-worksheet <object>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-highlightFirstColumn <bool>

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



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-highlightLastColumn <bool>

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



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-legacyId <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-name <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-showBandedColumns <bool>

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



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-showBandedRows <bool>

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



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-showFilterButton <bool>

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



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-showHeaders <bool>

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



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-showTotals <bool>

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



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-style <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-columns <object[]>

The "columns" property, of type "microsoft.graph.workbookTableColumn".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-rows <object[]>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-sort <object>

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



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