Document Solutions for Excel, Java Edition | Document Solutions
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.
Collapse All
Expand All
In This Topic
add(int) Method
In This Topic
Adds a new column to the table object. Returns the
ITableColumn
object.
Syntax
ITableColumn
add(
int
position
)
Parameters
position
Specifies the relative position ofthe new column that starts at 0. The previous column at this position is shifted outward.
See Also
Reference
ITableColumns Interface
ITableColumns Members
Overload List