Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Expressions Namespace / 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 TableItemNode from range of columns of a table.
    Syntax
    public TableItemNode( 
       System.string tableName,
       TableItemType itemType,
       System.string columnFrom,
       System.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