Cells.TextToColumns

Cells.TextToColumns method

Splits the text in the column to columns.

public void TextToColumns(int row, int column, int totalRows, TxtLoadOptions options)
ParameterTypeDescription
rowInt32The row index.
columnInt32The column index.
totalRowsInt32The number of rows.
optionsTxtLoadOptionsThe split options.

See Also