CellIndexToName

CellsHelper.CellIndexToName method

Obtiene el nombre de la celda según sus índices de fila y columna.

public static string CellIndexToName(int row, int column)
ParámetroEscribeDescripción
rowInt32Índice de fila.
columnInt32Índice de columnas.

Valor_devuelto

Nombre de la celda.

Ver también