SPListItem.Delete method
Deletes the item.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Sub Delete
'Usage
Dim instance As SPListItem
instance.Delete()
public override void Delete()
Remarks
This method deletes the current list item from its store.