TableRow.WithCells Method

Definition

Overloads

WithCells(TableCell[])

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

Parameters

value
TableCell[]

Returns

Applies to

WithCells(IList<TableCell>)

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

Parameters

value
IList<TableCell>

Returns

Applies to