_Workbook.ServerViewableItems Property
Allows a developer to interact with the list of published objects in the workbook that are shown on the server. Read-only.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property ServerViewableItems As ServerViewableItems
Get
'Usage
Dim instance As _Workbook
Dim value As ServerViewableItems
value = instance.ServerViewableItems
ServerViewableItems ServerViewableItems { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.ServerViewableItems
ServerViewableItems
Remarks
This property returns a collection of the items that could be published to Excel Services. It can include Tables, PivotTables, Named Ranges, and Charts. It can also contain Sheets as long as it is not a mixture of Sheets and the before mentioned list.