CellArea.CreateCellArea

CreateCellArea(int, int, int, int)

Creates a cell area.

public static CellArea CreateCellArea(int startRow, int startColumn, int endRow, int endColumn)
ParameterTypeDescription
startRowInt32The start row.
startColumnInt32The start column.
endRowInt32The end row.
endColumnInt32The end column.

Return Value

Return a CellArea.

See Also


CreateCellArea(string, string)

Creates a cell area.

public static CellArea CreateCellArea(string startCellName, string endCellName)
ParameterTypeDescription
startCellNameStringThe top-left cell of the range.
endCellNameStringThe bottom-right cell of the range.

Return Value

Return a CellArea.

See Also