Add a column to the end of a table.


Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)

Syntax

Visual Basic (Declaration)
Public Function AddColumn( _ 
   ByVal o As Object _ 
) As Integer _
    Implements TableData.AddColumn
C#
public int AddColumn(
   object o
)
C++
public:
 int AddColumn(
   Object o
) sealed 
J#
public int AddColumn(
   object o
)
JScript
public  function AddColumn(
   o : Object
) : int

Parameters

o
An array of identically structured objects with the same number of elements as other columns in the table.

Implements

TableData.AddColumn

See Also