EbsOpen Class Library for EBSILON®Professional

ValuefieldEntries.Delete Method 

[Visual Basic]
Public Sub Delete( _ 
   ByVal At As Integer, _ 
   Optional ByVal Count As Integer = 1 _ 
)
[C#]
public void Delete(
   int At,
   int Count
);
[C++]
public: void Delete(
   int At,
   int Count
);
[JScript]
public function Delete(
   int At,
   int Count
);

See Also

ValuefieldEntries Class | EbsOpen Namespace