Table.Rows Property

Definition

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

Property Value

Attributes

Applies to