Aspose::Cells::Cells::TextToColumns method

Cells::TextToColumns method

Splits the text in the column to columns.

void Aspose::Cells::Cells::TextToColumns(int32_t row, int32_t column, int32_t totalRows, const TxtLoadOptions &options)
ParameterTypeDescription
rowint32_tThe row index.
columnint32_tThe column index.
totalRowsint32_tThe number of rows.
optionsconst TxtLoadOptions&The split options.

See Also