Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
A structure that specifies a range of cells on the sheet.
Namespace: Bytescout.Spreadsheet.COM
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax
The ICellsRange type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| FirstColumn |
First column index
| |
| FirstRow |
First row index
| |
| LastColumn |
Last column index
| |
| LastRow |
Last row index
|
Methods
| Name | Description | |
|---|---|---|
| Equals |
Determines whether the specified Object is equal to this instance.
| |
| GetHashCode |
Returns a hash code for this instance.
| |
| ToString |
Returns a String that represents this instance.
|
See Also