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

CellReferencePosition(Int32, Int32) 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
)

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.

See Also