[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.ParseContext

Class ParseContext

Namespace
GrapeCity.Documents.Excel.Expressions
Assembly
GcDocs.Excel.dll

Contains options for converting string to FormulaSyntaxTree.

public class ParseContext
Inheritance
object
ParseContext
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

ParseContext()

Creates an empty parse context.

public ParseContext()

Properties

BaseColumn

A 0-based number that represents the column location of the formula.

public int BaseColumn { get; set; }

Property Value

int

BaseRow

A 0-based number that represents the row location of the formula.

public int BaseRow { get; set; }

Property Value

int

IsR1C1

Indicates whether the reference style is R1C1.

public bool IsR1C1 { get; set; }

Property Value

bool