Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Overridable Sub DeleteRows( _ ByVal firstRow As Integer, _ ByVal nRow As Integer _ ) |
| C# |
|---|
| public virtual void DeleteRows( int firstRow, int nRow ) |
| C++ |
|---|
| public: virtual void DeleteRows( int firstRow, int nRow ) |
| J# |
|---|
| public virtual void DeleteRows( int firstRow, int nRow ) |
| JScript |
|---|
| public virtual
function DeleteRows( firstRow : int, nRow : int ) |