TextToTableResponseResult.GetRows Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.