[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.TableItemNode

TableItemNode Class

Represents a table item in the syntax tree.

Inheritance
TableItemNode
Implements
Namespace: GrapeCity.Documents.Excel.Expressions
Assembly: DS.Documents.Excel.dll
Syntax
public class TableItemNode : TerminalNode, ICloneable
Public Class TableItemNode
    Inherits TerminalNode
    Implements ICloneable

Constructors

Name Description
TableItemNode(string, TableItemType, string)

Creates a new TableItemNode from a column of a table.

TableItemNode(string, TableItemType, string, string)

Creates a new TableItemNode from range of columns of a table.

Properties

Name Description
ColumnFrom

The start column.

ColumnTo

The end column.

ItemType

The part of the table.

TableName

The name of the table.