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

CellReferencePosition Constructors

Defines the column, row and the reference type (relative or absolute).
Name Parameters Description
CellReferencePosition(Int32, Int32, PositionType, PositionType) column, row, columnType, rowType Initializes a new instance of the CellReferencePosition class with the specified settings.
CellReferencePosition(Int32, Int32) column, row Initializes a new instance of the CellReferencePosition class with the specified settings.
See Also