Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.expressions Package / TableItemNode Class / TableItemNode Constructor / TableItemNode Constructor(String,TableItemType,String)
The name of the table.
The part of the table.
The column of the table.
In This Topic
    TableItemNode Constructor(String,TableItemType,String)
    In This Topic
    Creates a new @code:TableItemNode from a column of a table.
    Syntax
    public TableItemNode( 
       java.lang.String tableName,
       TableItemType itemType,
       java.lang.String columnName
    )

    Parameters

    tableName
    The name of the table.
    itemType
    The part of the table.
    columnName
    The column of the table.
    See Also