Add a row to the FITS table.


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

Syntax

Visual Basic (Declaration)
Public Overridable Function AddRow( _ 
   ByVal newRow As Array _ 
) As Integer _
    Implements TableData.AddRow
C#
public virtual int AddRow(
   Array newRow
)
C++
public:
 virtual int AddRow(
   Array newRow
)
J#
public virtual int AddRow(
   Array newRow
)
JScript
public virtual  function AddRow(
   newRow : Array
) : int

Implements

TableData.AddRow

See Also