C# Class ExcelFormulaParser.Engine.ParsingScopes

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

Public Methods

Method Description
KillScope ( ParsingScope parsingScope ) : void
NewScope ( RangeAddress address ) : ParsingScope
ParsingScopes ( IParsingLifetimeEventHandler lifetimeEventHandler ) : System

Method Details

KillScope() public method

public KillScope ( ParsingScope parsingScope ) : void
parsingScope ParsingScope
return void

NewScope() public method

public NewScope ( RangeAddress address ) : ParsingScope
address ExcelFormulaParser.Engine.ExcelUtilities.RangeAddress
return ParsingScope

ParsingScopes() public method

public ParsingScopes ( IParsingLifetimeEventHandler lifetimeEventHandler ) : System
lifetimeEventHandler IParsingLifetimeEventHandler
return System