Delete a row from the table.


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

Syntax

Visual Basic (Declaration)
Public Sub DeleteRow( _ 
   ByVal row As Integer _ 
)
C#
public void DeleteRow(
   int row
)
C++
public:
 void DeleteRow(
   int row
) sealed 
J#
public void DeleteRow(
   int row
)
JScript
public  function DeleteRow(
   row : int
)

Parameters

row
The row (0-indexed) to be deleted.

See Also