Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ITableColumns Interface / add Method / add(int,int) Method
0 based Integer. Specifies the relative position of the new column(s). The previous column at this position is shifted outward.
Specifies the count of the new column(s).
In This Topic
    add(int,int) Method
    In This Topic
    Adds new column(s) to the table object.
    Syntax
    void add( 
       int position,
       int count
    )

    Parameters

    position
    0 based Integer. Specifies the relative position of the new column(s). The previous column at this position is shifted outward.
    count
    Specifies the count of the new column(s).
    See Also