C# Class ExcelFormulaParser.Engine.CalculationChain.CalcCell

Afficher le fichier Open project: swmal/ExcelFormulaParser Class Usage Examples

Méthodes publiques

Méthode Description
AddRelationFrom ( CalcCell other, CalcChain chain ) : CalcRelation
AddRelationTo ( CalcCell other, CalcChain chain ) : CalcRelation
Create ( string address, CalcChainContext context ) : CalcCell
GetCalcChainId ( ) : object
ToString ( ) : string

Private Methods

Méthode Description
CalcCell ( string address, CalcChainContext context ) : System

Method Details

AddRelationFrom() public méthode

public AddRelationFrom ( CalcCell other, CalcChain chain ) : CalcRelation
other CalcCell
chain CalcChain
Résultat CalcRelation

AddRelationTo() public méthode

public AddRelationTo ( CalcCell other, CalcChain chain ) : CalcRelation
other CalcCell
chain CalcChain
Résultat CalcRelation

Create() public static méthode

public static Create ( string address, CalcChainContext context ) : CalcCell
address string
context CalcChainContext
Résultat CalcCell

GetCalcChainId() public méthode

public GetCalcChainId ( ) : object
Résultat object

ToString() public méthode

public ToString ( ) : string
Résultat string