Search
CellIndex Members
Constructors Fields Methods
 


An immutable representation of a cell reference.

The following tables list the members exposed by the CellIndex type.

 Public Constructors

  Name Description

CellIndex

Overloaded.  

 Public Fields

  Name Description

Invalid

 

 Public Methods

  Name Description

equals

 

getColumn

Gets zero-based index of the reference column.

getColumnAbsolute

Gets a value indicating whether the reference column is absolute.

getColumnIndex

Overloaded.  

getColumnLetter

Returns the character representation of the specified column.

getIsValid

Gets a value indicating whether this object represents a valid cell reference.

getRow

Gets the zero-based index of the reference row.

getRowAbsolute

Gets a value indicating whether the reference row is absolute.

hashCode

 

isEqualTo

 

op_Equality

 

op_Inequality

 

toAbsolute

Returns an equivalent CellIndex object with absolute rows and columns.

toOldStringFormat

Returns a string representing the cell reference in the old format R1C1.

toRelative

Returns an equivalent CellIndex object with relative rows and columns.

toString

 

translate

Overloaded.  

 See Also