Remove all rows from the table starting at some specific index from the table. Inspired by a routine by R. Mathar but re-implemented using the DataTable and changes to AsciiTable so that it can be done easily for both Binary and ASCII tables.
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Sub DeleteRows( _ ByVal row As Integer _ ) |
C# |
---|
public virtual void DeleteRows( int row ) |
C++ |
---|
public: virtual void DeleteRows( int row ) |
J# |
---|
public virtual void DeleteRows( int row ) |
JScript |
---|
public virtual
function DeleteRows( row : int ) |
Parameters
- row
- The (0-based) index of the first row to be deleted.