ServerViewableItems.Delete(Object) Method

Definition

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.

Applies to