PageCollection Remove Method TIBCO Spotfire 6.0 API Reference
Removes the specified Page from this page collection.

Namespace: Spotfire.Dxp.Application
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public bool Remove(
	Page item
)

Return Value

Type: Boolean
true if the page was successfully removed from this page collection, otherwise false. This method also returns false if the page is not found.
See Also