Add a row to the table. Users should be cautious of calling this routine directly rather than the corresponding routine in AsciiTableHDU since this routine knows nothing of the FITS header modifications required.
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Function AddColumn( _ ByVal newCol As Object _ ) As Integer _ Implements TableData.AddColumn |
C# |
---|
public virtual int AddColumn( object newCol ) |
C++ |
---|
public: virtual int AddColumn( Object newCol ) |
J# |
---|
public virtual int AddColumn( object newCol ) |
JScript |
---|
public virtual
function AddColumn( newCol : Object ) : int |