CachedDataHostItemCollection.Remove(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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".