EbsOpen Class Library for EBSILON®Professional

TimeSeries.InsertRow Method 

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

See Also

TimeSeries Class | EbsOpen Namespace