CachedDataHostItemCollection.Remove(String) Method

Definition

Removes the specified CachedDataHostItem, identified by the namespace and class name in which the source data is cached, from the collection.

public:
 void Remove(System::String ^ hostItemId);
public void Remove (string hostItemId);
override this.Remove : string -> unit
Public Sub Remove (hostItemId As String)

Parameters

hostItemId
String

The namespace and class name in which the source data is cached.

Remarks

The hostItemId parameter is a string that specifies the namespace and the class in the solution document that contains the cached data. The namespace and class name are separated by a period (.), for example, "ExcelWorkbook1.ThisWorkbook".

Applies to