Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CellReferencePosition Properties

Defines the column, row and the reference type (relative or absolute).
Name Description
Column Gets the column index of the referenced cell.
ColumnType Gets the reference type for the column in the cell reference.
InvalidValue static Gets a specific position that is considered invalid.
Row Gets the row index of the referenced cell.
RowType Gets the reference type for the row in the cell reference.
See Also