TableCell.WithLayouts Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| WithLayouts(ContainerLayout[]) | |
| WithLayouts(IList<ContainerLayout>) |
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
- value
- IList<ContainerLayout>