IWorksheetRange Method (Int32, Int32, Int32, Int32)
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Return cell range specified by (row1, col1) - top-left cell and (row2, col1) - bottom-right cell
Namespace:Bytescout.Spreadsheet.COMAssembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
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