TableRow.WithCells 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 |
|---|---|
| WithCells(TableCell[]) | |
| WithCells(IList<TableCell>) |
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