Share via


TableActionEntity.GetTextContent Method

Definition

Gets a one-dimensional array of string values representing a two-dimensional string table.

public:
 virtual Platform::Array <Platform::String ^> ^ GetTextContent() = GetTextContent;
winrt::array_view <winrt::hstring const&> GetTextContent();
public string[] GetTextContent();
function getTextContent()
Public Function GetTextContent () As String()

Returns

String[]

Platform::String[]

winrt::hstring[]

An array of string values.

Remarks

Use the RowCount and ColumnCount properties to calculate the two-dimensional coordinates of table entries from the array index.

Applies to