WorksheetRange 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 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.SpreadsheetAssembly: 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.Worksheet.Range(System.Int32,System.Int32,System.Int32,System.Int32)"]
Implements
IWorksheetRange(Int32, Int32, Int32, Int32)See Also