CellRange

CellRange()

Constructor predeterminado.

public CellRange()

Ver también


CellRange(int, int, int, int)

Constructor de rango de celdas.

public CellRange(int cStartRow, int cStartCol, int cEndRow, int cEndCol)
ParámetroEscribeDescripción
cStartRowInt32Índice de fila de inicio.
cStartColInt32Índice de la columna de inicio.
cEndRowInt32Índice de fila final.
cEndColInt32Índice de columna final.

Ver también


CellRange(string, string)

Constructor de rango de celdas.

public CellRange(string startCellName, string endCellName)
ParámetroEscribeDescripción
startCellNameStringNombre de la celda de inicio.
endCellNameStringNombre de celda final.

Ver también