Table.WithRows Method

Definition

Overloads

WithRows(TableRow[])

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

Parameters

value
TableRow[]

Returns

Applies to

WithRows(IList<TableRow>)

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

Parameters

value
IList<TableRow>

Returns

Applies to