IWorksheetRange Method (Int32, Int32, Int32, Int32)Bytescout Spreadsheet SDK
Return cell range specified by (row1, col1) - top-left cell and (row2, col1) - bottom-right cell

Namespace:  Bytescout.Spreadsheet.COM
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

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.COM.IWorksheet.Range(System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also

Reference