Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 940 Bytes

Excel.Workbook.ServerViewableItems.md

File metadata and controls

32 lines (19 loc) · 940 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Workbook.ServerViewableItems property (Excel)
vbaxl10.chm199245
vbaxl10.chm199245
Excel.Workbook.ServerViewableItems
2c10a647-2b2c-0640-9990-109b89444cd2
05/29/2019
medium

Workbook.ServerViewableItems property (Excel)

Allows a developer to interact with the list of published objects in the workbook that are shown on the server. Read-only.

Syntax

expression.ServerViewableItems

expression A variable that represents a Workbook object.

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.

[!includeSupport and feedback]