Table of Contents

Class ParsingScopes

Namespace
OfficeOpenXml.FormulaParsing
Assembly
Magicodes.EPPlus.dll
public class ParsingScopes
Inheritance
ParsingScopes
Inherited Members
Extension Methods

Constructors

ParsingScopes(IParsingLifetimeEventHandler)

public ParsingScopes(IParsingLifetimeEventHandler lifetimeEventHandler)

Parameters

lifetimeEventHandler IParsingLifetimeEventHandler

Properties

Current

public virtual ParsingScope Current { get; }

Property Value

ParsingScope

Methods

KillScope(ParsingScope)

public virtual void KillScope(ParsingScope parsingScope)

Parameters

parsingScope ParsingScope

NewScope(RangeAddress)

public virtual ParsingScope NewScope(RangeAddress address)

Parameters

address RangeAddress

Returns

ParsingScope