Share via


TextToTableResponseResult.GetRows Method

Definition

Gets a collection of table rows containing the formatted text.

public:
 virtual Platform::Array <TextToTableRow ^> ^ GetRows() = GetRows;
winrt::array_view <TextToTableRow const&> GetRows();
public TextToTableRow[] GetRows();
function getRows()
Public Function GetRows () As TextToTableRow()

Returns

A collection of table rows containing the formatted text.

Applies to

See also