TableCell Constructors
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 |
|---|---|
| TableCell() | |
| TableCell(CardElement[]) | |
| TableCell(IList<CardElement>) |
TableCell()
public TableCell();
Public Sub New ()
Applies to
TableCell(CardElement[])
public TableCell(params Microsoft.Teams.Cards.CardElement[] items);
new Microsoft.Teams.Cards.TableCell : Microsoft.Teams.Cards.CardElement[] -> Microsoft.Teams.Cards.TableCell
Public Sub New (ParamArray items As CardElement())
Parameters
- items
- CardElement[]
Applies to
TableCell(IList<CardElement>)
public TableCell(System.Collections.Generic.IList<Microsoft.Teams.Cards.CardElement> items);
new Microsoft.Teams.Cards.TableCell : System.Collections.Generic.IList<Microsoft.Teams.Cards.CardElement> -> Microsoft.Teams.Cards.TableCell
Public Sub New (items As IList(Of CardElement))
Parameters
- items
- IList<CardElement>