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

CellReferencePosition(Int32, Int32, PositionType, PositionType) Constructor

Initializes a new instance of the CellReferencePosition class with the specified settings.

Namespace: DevExpress.Spreadsheet.Formulas

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

public CellReferencePosition(
    int column,
    int row,
    PositionType columnType,
    PositionType rowType
)

Parameters

Name Type Description
column Int32

An integer that is the index of the column.

row Int32

An integer that is the index of the row.

columnType PositionType

A PositionType enumeration value.

rowType PositionType

A PositionType enumeration value.

See Also