[]
        
(Showing Draft Content)

FarPoint.CalcEngine.TableReferenceExpression

TableReferenceExpression Class

Represents an expression with a table reference as the expression.

Inheritance
TableReferenceExpression
Namespace: FarPoint.CalcEngine
Assembly: FarPoint.CalcEngine.dll
Syntax
public class TableReferenceExpression : Expression
Public Class TableReferenceExpression
    Inherits Expression

Constructors

Name Description
TableReferenceExpression(object)

Creates a new expression representing a table reference expression.

TableReferenceExpression(object, StructuredTableReferenceKeywordType)

Creates a new expression representing a table reference expression.

TableReferenceExpression(object, StructuredTableReferenceKeywordType, bool, bool, int, int)

Creates a new expression representing a table reference expression.

TableReferenceExpression(object, StructuredTableReferenceKeywordType, int, int)

Creates a new expression representing a table reference expression.

TableReferenceExpression(object, int, int)

Creates a new expression representing a table reference expression.

Properties

Name Description
FirstColumnIndex

Gets first column index.

HasSpaceAfterFirstKeyword

Gets whether there is a space takes place after the first keyword.

HasSpaceBefore

Gets whether there is a space takes place before the first keyword.

Keyword

Gets the table reference type

LastColumnIndex

Gets the last column index.

TableData

Gets the table data.