Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ITableColumns Interface / Add Method / Add(Int32) Method
Optional Object, the position. Specifies the relative position of the new column that starts at 0. The previous column at this position is shifted outward.
In This Topic
    Add(Int32) Method
    In This Topic
    Adds a new column to the table object. Returns the ITableColumn object.
    Syntax
    ITableColumn Add( 
       System.int position
    )

    Parameters

    position
    Optional Object, the position. Specifies the relative position of the new column that starts at 0. The previous column at this position is shifted outward.

    Return Value

    Returns ITableColumnThe new column
    See Also