TextToColumns

Cells.TextToColumns method

Divide el texto de la columna en columnas.

public void TextToColumns(int row, int column, int totalRows, TxtLoadOptions options)
ParámetroEscribeDescripción
rowInt32El índice de fila.
columnInt32El índice de la columna.
totalRowsInt32El número de filas.
optionsTxtLoadOptionsLas opciones divididas.

Ver también