Click or drag to resize

ExcelWorksheetItem Property (Int32, Int32, Int32, Int32)

Gets cells range specified the higher left and lower right coordinates.

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public ExcelRange this[
	int row,
	int column,
	int endRow,
	int endColumn
] { get; }

Parameters

row
Type: SystemInt32
The one based index of the start row
column
Type: SystemInt32
The one based index of the start column
endRow
Type: SystemInt32
The one based index of the end row
endColumn
Type: SystemInt32
The one based index of the end column

Return Value

Type: ExcelRange
The referenced range of cells
See Also