Skip to content

Update-PodeWebTableRow

SYNOPSIS

{{ Fill in the Synopsis }}

SYNTAX

Name_and_DataValue (Default)

Update-PodeWebTableRow [-Data <Object>] -Name <String> -DataValue <String> [-BackgroundColour <String>]
 [-Colour <String>] [<CommonParameters>]

ID_and_Index

Update-PodeWebTableRow [-Data <Object>] -Id <String> -Index <Int32> [-BackgroundColour <String>]
 [-Colour <String>] [<CommonParameters>]

ID_and_DataValue

Update-PodeWebTableRow [-Data <Object>] -Id <String> -DataValue <String> [-BackgroundColour <String>]
 [-Colour <String>] [<CommonParameters>]

Name_and_Index

Update-PodeWebTableRow [-Data <Object>] -Name <String> -Index <Int32> [-BackgroundColour <String>]
 [-Colour <String>] [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

Example 1

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

{{ Add example description here }}

PARAMETERS

-BackgroundColour

{{ Fill BackgroundColour Description }}

Type: String
Parameter Sets: (All)
Aliases:

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

-Colour

{{ Fill Colour Description }}

Type: String
Parameter Sets: (All)
Aliases:

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

-Data

{{ Fill Data Description }}

Type: Object
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-DataValue

{{ Fill DataValue Description }}

Type: String
Parameter Sets: Name_and_DataValue, ID_and_DataValue
Aliases:

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

-Id

{{ Fill Id Description }}

Type: String
Parameter Sets: ID_and_Index, ID_and_DataValue
Aliases:

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

-Index

{{ Fill Index Description }}

Type: Int32
Parameter Sets: ID_and_Index, Name_and_Index
Aliases:

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

-Name

{{ Fill Name Description }}

Type: String
Parameter Sets: Name_and_DataValue, Name_and_Index
Aliases:

Required: True
Position: Named
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

System.Object

OUTPUTS

System.Object

NOTES