Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

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