Skip to main content
A newer version of this page is available. .

XlCellPosition Constructors

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