다음을 통해 공유


Row Constructors

Definition

Overloads

Row()
Row(String)

Row()

public Row();
Public Sub New ()

Applies to

Row(String)

public Row(string id = default);
new Microsoft.PowerBI.Api.Models.Row : string -> Microsoft.PowerBI.Api.Models.Row
Public Sub New (Optional id As String = Nothing)

Parameters

id
String

Applies to