Link Search Menu Expand Document

WorksheetRange Method (Int32, Int32, Int32, Int32)

Return cell range from the specified cell at (row1, col1) as upper-left cell and cell at (row2, col1) are the lower-right cell for this rectangle based range selection

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public Range Range(
	int row1,
	int col1,
	int row2,
	int col2
)

Parameters

row1
Type: SystemInt32
The upper row of the range.
col1
Type: SystemInt32
The left col of the range.
row2
Type: SystemInt32
The lower row of the range.
col2
Type: SystemInt32
The right col of the range.

Return Value

Type: Range

[Missing <returns> documentation for "M:Bytescout.Spreadsheet.Worksheet.Range(System.Int32,System.Int32,System.Int32,System.Int32)"]

Implements

IWorksheetRange(Int32, Int32, Int32, Int32)
See Also

Reference