CellAddress ClassBytescout Spreadsheet SDK
Cell address
Inheritance Hierarchy

SystemObject
  Bytescout.Spreadsheet.BaseClassesCellAddress

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

public class CellAddress : ICellAddress

The CellAddress type exposes the following members.

Constructors

  NameDescription
Public methodCellAddress
Initializes a new instance of the CellAddress class with Row = -1 and Column = -1.
Public methodCellAddress(Int32, Int32)
Initializes a new instance of the CellAddress class.
Top
Properties

  NameDescription
Public propertyColumn
Column index
Public propertyColumnRelative
Specifies a relative or absolute column index
Public propertyRow
Row index
Public propertyRowRelative
Specifies a relative or absolute row index
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetCellAddress
Gets the cell address.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodIsEmpty
Indicates whether the specified CellAddress is empty.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Overrides ObjectToString.)
Top
See Also

Reference