[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.CellRelation

CellRelation Enum

Represents types of cell references.

Namespace: GrapeCity.CalcEngine
Assembly: GrapeCity.CalcEngine.dll
Syntax
[Flags]
public enum CellRelation : byte
<Flags>
Public Enum CellRelation As Byte

Fields

Name Description
Absolute

The cell reference is absolute.

ColumnRelative

The cell reference is relative to the column of the cell that contains the formula.

Relative

The cell reference is relative to the row and column of the cell that contains the formula.

RowRelative

The cell reference is relative to the row of the cell that contains the formula.