Deletes the business object at the specified index of the business object array.
Syntax
void IdeleteBusinessObjectAtIndex(long index);
Parameters
Return Values
None.
Exceptions
Example
//Delete the business object long index = 5; exampleBusObjArray.IdeleteBusinessObjectAtIndex(index);