TableCell.WithLayouts Method

Definition

Overloads

WithLayouts(ContainerLayout[])

public Microsoft.Teams.Cards.TableCell WithLayouts(params Microsoft.Teams.Cards.ContainerLayout[] value);
member this.WithLayouts : Microsoft.Teams.Cards.ContainerLayout[] -> Microsoft.Teams.Cards.TableCell
Public Function WithLayouts (ParamArray value As ContainerLayout()) As TableCell

Parameters

value
ContainerLayout[]

Returns

Applies to

WithLayouts(IList<ContainerLayout>)

public Microsoft.Teams.Cards.TableCell WithLayouts(System.Collections.Generic.IList<Microsoft.Teams.Cards.ContainerLayout> value);
member this.WithLayouts : System.Collections.Generic.IList<Microsoft.Teams.Cards.ContainerLayout> -> Microsoft.Teams.Cards.TableCell
Public Function WithLayouts (value As IList(Of ContainerLayout)) As TableCell

Parameters

Returns

Applies to