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.
Inheritance Hierarchy
Bytescout.Spreadsheet.StructuresCellsRange
Namespace: Bytescout.Spreadsheet.Structures
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax
The CellsRange type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CellsRange(String) |
Initializes a new instance of the CellsRange struct.
|
![]() | CellsRange(Int32, Int32, Int32, Int32) |
Initializes a new instance of the CellsRange struct.
|
Properties
Name | Description | |
---|---|---|
![]() | FirstColumn |
First column index
|
![]() | FirstColumnRelative | |
![]() | FirstRow |
First row index
|
![]() | FirstRowRelative | |
![]() | LastColumn |
Last column index
|
![]() | LastColumnRelative | |
![]() | LastRow |
Last row index
|
![]() | LastRowRelative |
Methods
Name | Description | |
---|---|---|
![]() | Equals |
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Implements the operator ==.
|
![]() ![]() | Inequality |
Implements the operator !=.
|
See Also