CellRangeAddress StructureBytescout Spreadsheet SDK
Cell range address

Namespace:  Bytescout.Spreadsheet.BaseClasses
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public struct CellRangeAddress

The CellRangeAddress type exposes the following members.

Constructors

  NameDescription
Public methodCellRangeAddress
Initializes a new instance of the CellRangeAddress struct.
Top
Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodStatic memberGetCellRangeAddress
Gets the cell range address.
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields

  NameDescription
Public fieldFirstColumn
First column index
Public fieldFirstColumnRelative
Specifies a relative or absolute first column index
Public fieldFirstRow
First row index
Public fieldFirstRowRelative
Specifies a relative or absolute first row index
Public fieldLastColumn
Last column index
Public fieldLastColumnRelative
Specifies a relative or absolute last column index
Public fieldLastRow
Last row index
Public fieldLastRowRelative
Specifies a relative or absolute last row index
Top
See Also

Reference