Files
ImportExcel/public/set-cellstyle.md
2020-11-28 13:13:00 +00:00

1.6 KiB

external help file, Module Name, online version, schema
external help file Module Name online version schema
ImportExcel-help.xml ImportExcel null 2.0.0

Set-CellStyle

SYNOPSIS

SYNTAX

Set-CellStyle [[-Worksheet] <Object>] [[-Row] <Object>] [[-LastColumn] <Object>] [[-Pattern] <ExcelFillStyle>]
 [[-Color] <Object>]

DESCRIPTION

EXAMPLES

Example 1

PS C:\> {{ Add example code here }}

PARAMETERS

-Color

Type: Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 4
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-LastColumn

Type: Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Pattern

Type: ExcelFillStyle
Parameter Sets: (All)
Aliases:
Accepted values: None, Solid, DarkGray, MediumGray, LightGray, Gray125, Gray0625, DarkVertical, DarkHorizontal, DarkDown, DarkUp, DarkGrid, DarkTrellis, LightVertical, LightHorizontal, LightDown, LightUp, LightGrid, LightTrellis

Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Row

Type: Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Worksheet

Type: Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

INPUTS

None

OUTPUTS

System.Object

NOTES