TextToColumns

Cells.TextToColumns method

将列中的文本拆分为列。

public void TextToColumns(int row, int column, int totalRows, TxtLoadOptions options)
范围类型描述
rowInt32行索引。
columnInt32列索引。
totalRowsInt32行数。
optionsTxtLoadOptions拆分选项。

也可以看看