[]
        
(Showing Draft Content)

FarPoint.CalcEngine.RangeExpression

RangeExpression Class

Represents an expression with a range reference as the expression.

Inheritance
RangeExpression
Namespace: FarPoint.CalcEngine
Assembly: FarPoint.CalcEngine.dll
Syntax
public class RangeExpression : ReferenceExpression
Public Class RangeExpression
    Inherits ReferenceExpression

Constructors

Name Description
RangeExpression(int, int, int, int)

Creates a new expression with a range reference expression with absolute coordinates.

RangeExpression(int, int, int, int, bool, bool)

Creates a new expression representing a range reference expression.

Properties

Name Description
Column

Gets the starting column coordinate of the range.

ColumnCount

Gets the number of columns in the range.

ColumnRelative

Determines whether the column coordinates are relative.

Row

Gets the starting row coordinate of the range.

RowCount

Gets the number of rows in the range.

RowRelative

Determines whether the row coordinates are relative.