MindFusion.Wpf Pack Programmer's Guide
CellIndex Members
Constructors Fields Properties 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 Properties

  Name Description

Column

Gets zero-based index of the reference column.

ColumnAbsolute

Gets a value indicating whether the reference column is absolute.

IsValid

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

Row

Gets the zero-based index of the reference row.

RowAbsolute

Gets a value indicating whether the reference row is absolute.

 Public Methods

  Name Description

Equals

Overloaded.  

GetColumnIndex

Overloaded.  

GetColumnLetter

Returns the character representation of the specified column.

GetHashCode

Object.GetHashCode override.

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

Object.ToString override.

Translate

Overloaded.  

 See Also

CellIndex Class
MindFusion.Spreadsheet.Wpf Namespace