[]
        
(Showing Draft Content)

FarPoint.CalcEngine.ReferenceExpression

ReferenceExpression Class

Represents the abstract class from which all reference expression types derive.

Inheritance
ReferenceExpression
Namespace: FarPoint.CalcEngine
Assembly: FarPoint.CalcEngine.dll
Syntax
public abstract class ReferenceExpression : Expression
Public MustInherit Class ReferenceExpression
    Inherits Expression

Constructors

Name Description
ReferenceExpression()

Properties

Name Description
Column

Gets the starting column coordinate of the reference.

ColumnCount

Gets the number of columns in the reference.

ColumnRelative

Determines whether the column coordinates are relative.

Row

Gets the starting row coordinate of the reference.

RowCount

Gets the number of rows in the reference.

RowRelative

Determines whether the row coordinates are relative.