Table Constructor (String, IList<Column>, IList<Row>)

 

Initializes a new instance of the Table class.

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

Syntax

public Table(
    string name,
    IList<Column> columns,
    IList<Row> rows = null
)

Parameters

See Also

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

Return to top