Given the way the table is structured this will normally not be very efficient.


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

Syntax

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

Parameters

o
An array of elements to be added. Each element of o should be an array of primitives or a String.

Implements

TableData.AddRow

Exceptions

Exception TypeCondition
TableException TableException Thrown.

See Also