Cells.TextToColumns
Cells.TextToColumns method
Splits the text in the column to columns.
public void TextToColumns(int row, int column, int totalRows, TxtLoadOptions options)
Parameter | Type | Description |
---|---|---|
row | Int32 | The row index. |
column | Int32 | The column index. |
totalRows | Int32 | The number of rows. |
options | TxtLoadOptions | The split options. |
See Also
- class TxtLoadOptions
- class Cells
- namespace Aspose.Cells
- assembly Aspose.Cells