[]
        
(Showing Draft Content)

FarPoint.CalcEngine.CellExpression

CellExpression Class

Represents an expression with a cell reference as the expression.

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

Constructors

Name Description
CellExpression(int, int)

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

CellExpression(int, int, bool, bool)

Creates a new expression with a cell reference.

Properties

Name Description
Column

Gets the column index of the cell.

ColumnCount

Gets the number of columns (1 in this implementation).

ColumnRelative

Determines whether the column coordinate is relative.

Row

Gets the row index of the cell.

RowCount

Gets the number of rows (1 in this implementation).

RowRelative

Determines whether the row coordinate is relative.