Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub DeleteRows( _ ByVal row As Integer, _ ByVal length As Integer _ ) |
C# |
---|
public void DeleteRows( int row, int length ) |
C++ |
---|
public: void DeleteRows( int row, int length ) sealed |
J# |
---|
public void DeleteRows( int row, int length ) |
JScript |
---|
public
function DeleteRows( row : int, length : int ) |
Parameters
- row
- The row (0-indexed) to be deleted.
- length
- The number of rows to be deleted.
Exceptions
Exception Type | Condition |
---|---|
TableException | TableException Thrown when the new data is not of the same type as the data it replaces. |