Table.Rows Property

 

The data rows within this tabe

Namespace:   Microsoft.PowerBI.Api.Beta.Models
Assembly:  Microsoft.PowerBI.Api (in Microsoft.PowerBI.Api.dll)

Syntax

[JsonPropertyAttribute(PropertyName = "rows")]
public IList<Row> Rows { get; set; }

Property Value

Type: System.Collections.Generic.IList<Row>

See Also

Table Class
Microsoft.PowerBI.Api.Beta.Models Namespace

Return to top