TableRow.Cells Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("cells")]
public System.Collections.Generic.IList<Microsoft.Teams.Cards.TableCell>? Cells { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("cells")>]
member this.Cells : System.Collections.Generic.IList<Microsoft.Teams.Cards.TableCell> with get, set
Public Property Cells As IList(Of TableCell)

Property Value

Attributes

Applies to