'Declaration <FlagsAttribute()> Public Enum CellRelation Inherits System.Enum
'Usage Dim instance As CellRelation
[Flags()] public enum CellRelation : System.Enum
'Declaration <FlagsAttribute()> Public Enum CellRelation Inherits System.Enum
'Usage Dim instance As CellRelation
[Flags()] public enum CellRelation : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.CalcEngine.CellRelation