ServerViewableItems.Delete Method (Excel)
Deletes a reference to an object in the ServerViewableItems collection in the workbook.
Version Information
Version Added: Excel 2007
Syntax
expression .Delete(Index)
expression A variable that represents a ServerViewableItems object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Index |
Required |
Long |
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.