[]
Represents types of cell references.
[Flags]
public enum CellRelation : byte
<Flags>
Public Enum CellRelation As Byte
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. |