Back to Devexpress

CellReferencePosition Struct

officefileapi-devexpress-dot-spreadsheet-dot-formulas-f2d10d88.md

latest2.0 KB
Original Source

CellReferencePosition Struct

Defines the column, row and the reference type (relative or absolute).

Namespace : DevExpress.Spreadsheet.Formulas

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public struct CellReferencePosition :
    IEquatable<CellReferencePosition>
vb
Public Structure CellReferencePosition
    Implements IEquatable(Of CellReferencePosition)

The following members return CellReferencePosition objects:

Remarks

An instance of the CellReferencePosition class is accessible using the CellArea.TopLeft and CellArea.BottomRight properties.

Implements

IEquatable<CellReferencePosition>

See Also

CellReferencePosition Members

DevExpress.Spreadsheet.Formulas Namespace