EbsOpen Class Library for EBSILON®Professional

TimeSeries.DeleteRow Method 

[Visual Basic]
Public Function DeleteRow( _ 
   ByVal Index As Integer, _ 
   Optional ByVal Count As Integer = 1 _ 
) As Boolean
[C#]
public bool DeleteRow(
   int Index,
   int Count
);
[C++]
public: bool DeleteRow(
   int Index,
   int Count
);
[JScript]
public function DeleteRow(
   int Index,
   int Count
): bool;

See Also

TimeSeries Class | EbsOpen Namespace