[]
        
(Showing Draft Content)

FarPoint.CalcEngine.CalcReference

CalcReference Class

Represents a cell or range reference during the evaluation of a formula.

Inheritance
CalcReference
Namespace: FarPoint.CalcEngine
Assembly: FarPoint.CalcEngine.dll
Syntax
public abstract class CalcReference
Public MustInherit Class CalcReference

Constructors

Name Description
CalcReference()

Properties

Name Description
Column

Gets the index of the first column in the cell or range reference.

ColumnCount

Gets the number of columns in the cell or range reference.

Row

Gets the index of the first row in the cell or range reference.

RowCount

Gets the number of rows in the cell or range reference.

Methods

Name Description
GetRowVisibles()

Gets an array of boolean values that specifies visible state of rows.

GetSource()

Returns a CalcReference to the entire sheet.

GetValue(int, int)

Gets the value at the specified position in the cell or range reference.

IsSubtotal(int, int)

Determines whether the value at the specified position is a subtotal.