Syntax
Public Function ObjectDelete(chart_Id As Long, name As String) As Boolean
Description
This function is used to remove the object from the specified chart by a given object name.
Parameters
Key | Description |
chart_Id | Chart identifier. 0 mean the current chart, value |
name | Object key to be deleted, the value of type String. |
Return value
Return true if If succeed. Otherwise, return false.To get the detailed error information, call GetlastError() function.
See Also