[]
        
(Showing Draft Content)

FarPoint.CalcEngine.ExternalRangeExpression

ExternalRangeExpression Class

Represents an expression with an external range reference as the expression.

Inheritance
ExternalRangeExpression
Namespace: FarPoint.CalcEngine
Assembly: FarPoint.CalcEngine.dll
Syntax
public class ExternalRangeExpression : ExternalReferenceExpression
Public Class ExternalRangeExpression
    Inherits ExternalReferenceExpression

Constructors

Name Description
ExternalRangeExpression(object, int, int, int, int)

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

ExternalRangeExpression(object, int, int, int, int, bool, bool)

Creates a new expression representing an external range reference.

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.

Source

Gets the source of the range.