TextToTableRow.GetColumns 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.
Returns the collection of columns within a single row of text input formatted into a table.
public:
virtual Platform::Array <Platform::String ^> ^ GetColumns() = GetColumns;
winrt::array_view <winrt::hstring const&> GetColumns();
public string[] GetColumns();
function getColumns()
Public Function GetColumns () As String()
Returns
The collection of columns within a single row of text input formatted into a table.