[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.UnParseContext

Class UnParseContext

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

Contains options for converting FormulaSyntaxTree to string.

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

Constructors

UnParseContext()

Creates an empty UnParseContext.

public UnParseContext()

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