Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ITableColumns Interface / add Method / add(int) Method
Specifies the relative position ofthe new column that starts at 0. The previous column at this position is shifted outward.
In This Topic
    add(int) Method
    In This Topic
    Adds a new column to the table object. Returns the ITableColumnobject.
    Syntax

    Parameters

    position
    Specifies the relative position ofthe new column that starts at 0. The previous column at this position is shifted outward.
    See Also