CellRangeAddress Structure
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
Cell range address
Namespace:Bytescout.Spreadsheet.BaseClassesAssembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
The CellRangeAddress type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CellRangeAddress | Initializes a new instance of the CellRangeAddress struct. |
Methods
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetCellRangeAddress | Gets the cell range address. | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Fields
| Name | Description | |
|---|---|---|
| FirstColumn | First column index | |
| FirstColumnRelative | Specifies a relative or absolute first column index | |
| FirstRow | First row index | |
| FirstRowRelative | Specifies a relative or absolute first row index | |
| LastColumn | Last column index | |
| LastColumnRelative | Specifies a relative or absolute last column index | |
| LastRow | Last row index | |
| LastRowRelative | Specifies a relative or absolute last row index |
See Also