Table.WithRows 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 |
|---|---|
| WithRows(TableRow[]) | |
| WithRows(IList<TableRow>) |
WithRows(TableRow[])
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