Aspose::Cells::Cells::TextToColumns method

Cells::TextToColumns method

Splits content in specified column into multiple columns..

int32_t 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.

ReturnValue

Total column count of the split values.

See Also