Modify a row of data.


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

Syntax

Visual Basic (Declaration)
Public Overridable Sub SetRow( _ 
   ByVal row As Integer,  _ 
   ByVal x As Object _ 
) _
    Implements DataTable.SetRow
C#
public virtual void SetRow(
   int row,
   object x
)
C++
public:
 virtual void SetRow(
   int row,
   Object x
)
J#
public virtual void SetRow(
   int row,
   object x
)
JScript
public virtual  function SetRow(
   row : int,
   x : Object
)

Parameters

row
The row to be modified.
x
The data to be modified. This should be an array of objects. It is described as an Object here since other table implementations may use other methods to store the data (e.g.,

Implements

DataTable.SetRow

Exceptions

Exception TypeCondition
TableException TableException Thrown when the new data is not of the same type as the data it replaces.

See Also

ColumnTable Class
nom.tam.util Namespace
ColumnTable.getColumn. (broken link "!:")