Spread.Services Documentation
Add Method (ITableColumns)
GrapeCity.Documents.Spread Namespace > ITableColumns Interface : Add 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.
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 ITableColumn
See Also

Reference

ITableColumns Interface
ITableColumns Members