CreateCellArea

CreateCellArea(int, int, int, int)

Crea un área de celda.

public static CellArea CreateCellArea(int startRow, int startColumn, int endRow, int endColumn)
ParámetroEscribeDescripción
startRowInt32La fila de inicio.
startColumnInt32La columna de inicio.
endRowInt32La última fila.
endColumnInt32La columna final.

Valor_devuelto

devolver unCellArea.

Ver también


CreateCellArea(string, string)

Crea un área de celda.

public static CellArea CreateCellArea(string startCellName, string endCellName)
ParámetroEscribeDescripción
startCellNameStringLa celda superior izquierda del rango.
endCellNameStringLa celda inferior derecha del rango.

Valor_devuelto

devolver unCellArea.

Ver también