Beschreibung:
Bewegt den Datensatz-Zeiger auf das Ende der DataCollection.
Rückgabewert:
Bool
Beispiel VBScript:
Dim bReturn : bReturn = oDataCollection.MoveLast()
Beispiel C#-Script:
bool return = dataCollection.MoveLast();