_Workbook.ServerViewableItems Property
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.
Allows a developer to interact with the list of published objects in the workbook that are shown on the server. Read-only.
public:
property Microsoft::Office::Interop::Excel::ServerViewableItems ^ ServerViewableItems { Microsoft::Office::Interop::Excel::ServerViewableItems ^ get(); };
public Microsoft.Office.Interop.Excel.ServerViewableItems ServerViewableItems { get; }
Public ReadOnly Property ServerViewableItems As ServerViewableItems
Property Value
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.