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

Syntax

Visual Basic (Declaration)
Public Sub DeleteRows( _ 
   ByVal row As Integer,  _ 
   ByVal len As Integer _ 
) _
    Implements TableData.DeleteRows
C#
public void DeleteRows(
   int row,
   int len
)
C++
public:
 void DeleteRows(
   int row,
   int len
) sealed 
J#
public void DeleteRows(
   int row,
   int len
)
JScript
public  function DeleteRows(
   row : int,
   len : int
)

Implements

TableData.DeleteRows

See Also