< Back

New-WorkbookRangeFormatObject

Sat Jan 18, 2020 1:50 pm

NAME New-WorkbookRangeFormatObject



SYNOPSIS

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





SYNTAX

New-WorkbookRangeFormatObject [-borders <object[]>] [-columnWidth <double>] [-fill <object>] [-font <object>]

[-horizontalAlignment <string>] [-protection <object>] [-rowHeight <double>] [-verticalAlignment <string>]

[-wrapText <bool>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-columnWidth <double>

The "columnWidth" property, of type "Edm.Double".



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



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-horizontalAlignment <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-rowHeight <double>

The "rowHeight" property, of type "Edm.Double".



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



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-verticalAlignment <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-wrapText <bool>

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



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-borders <object[]>

The "borders" property, of type "microsoft.graph.workbookRangeBorder".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-fill <object>

The "fill" property, of type "microsoft.graph.workbookRangeFill".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-font <object>

The "font" property, of type "microsoft.graph.workbookRangeFont".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-protection <object>

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



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