Page.DeleteObject

Page.DeleteObject ( 

string ObjectName )

Description

Deletes an object from the current page.

Parameters

ObjectName

(string) The name of the object.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions