CellReferencePosition(Int32, Int32) Constructor
Initializes a new instance of the CellReferencePosition class with the specified settings.
Namespace: DevExpress.Spreadsheet.Formulas
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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