C# Class ExcelFormulaParser.Engine.CalculationChain.CalcCell

显示文件 Open project: swmal/ExcelFormulaParser Class Usage Examples

Public Methods

Method 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

Method Description
CalcCell ( string address, CalcChainContext context ) : System

Method Details

AddRelationFrom() public method

public AddRelationFrom ( CalcCell other, CalcChain chain ) : CalcRelation
other CalcCell
chain CalcChain
return CalcRelation

AddRelationTo() public method

public AddRelationTo ( CalcCell other, CalcChain chain ) : CalcRelation
other CalcCell
chain CalcChain
return CalcRelation

Create() public static method

public static Create ( string address, CalcChainContext context ) : CalcCell
address string
context CalcChainContext
return CalcCell

GetCalcChainId() public method

public GetCalcChainId ( ) : object
return object

ToString() public method

public ToString ( ) : string
return string