[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.ParseContext

ParseContext Class

Contains options for converting string to FormulaSyntaxTree.

Inheritance
ParseContext
Namespace: GrapeCity.Documents.Excel.Expressions
Assembly: DS.Documents.Excel.dll
Syntax
public class ParseContext
Public Class ParseContext

Constructors

Name Description
ParseContext()

Creates an empty parse context.

Properties

Name Description
BaseColumn

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

BaseRow

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

IsR1C1

Indicates whether the reference style is R1C1.