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

    Parameters

    tableName
    The name of the table.
    itemType
    The part of the table.
    columnFrom
    The start column.
    columnTo
    The end column.
    See Also