Skip to content

New-TablePercentageBar

SYNOPSIS

{{ Fill in the Synopsis }}

SYNTAX

New-TablePercentageBar [[-ColumnID] <Int32>] [[-ColumnName] <String>] [[-Type] <String>]
 [[-TextColor] <String>] [[-BorderColor] <String>] [[-BorderStyle] <String>] [[-BarColor] <String>]
 [[-BackgroundColor] <String>] [[-RoundValue] <Int32>] [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

Example 1

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

{{ Add example description here }}

PARAMETERS

-BackgroundColor

{{ Fill BackgroundColor Description }}

Type: System.String
Parameter Sets: (All)
Aliases:

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

-BarColor

{{ Fill BarColor Description }}

Type: System.String
Parameter Sets: (All)
Aliases:

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

-BorderColor

{{ Fill BorderColor Description }}

Type: System.String
Parameter Sets: (All)
Aliases:

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

-BorderStyle

{{ Fill BorderStyle Description }}

Type: System.String
Parameter Sets: (All)
Aliases:
Accepted values: solid, outset, groove, ridge

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

-ColumnID

{{ Fill ColumnID Description }}

Type: System.Int32
Parameter Sets: (All)
Aliases:

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

-ColumnName

{{ Fill ColumnName Description }}

Type: System.String
Parameter Sets: (All)
Aliases:

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

-RoundValue

{{ Fill RoundValue Description }}

Type: System.Int32
Parameter Sets: (All)
Aliases:

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

-TextColor

{{ Fill TextColor Description }}

Type: System.String
Parameter Sets: (All)
Aliases:

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

-Type

{{ Fill Type Description }}

Type: System.String
Parameter Sets: (All)
Aliases:
Accepted values: square, round

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

Back to top