ServerViewableItems.Delete(Object) 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.
Deletes a reference to an object in the ServerViewableItems collection in the _Workbook.
public:
void Delete(System::Object ^ Index);
public void Delete (object Index);
Public Sub Delete (Index As Object)
Parameters
- Index
- Object
Required Integer The index of the object you want to delete.
Remarks
If you do not want a particular object to be viewable in Excel Services, use this method to remove that object.