_Workbook.PublishObjects Property
Returns the PublishObjects collection. Read-only.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property PublishObjects As PublishObjects
Get
'Usage
Dim instance As _Workbook
Dim value As PublishObjects
value = instance.PublishObjects
PublishObjects PublishObjects { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.PublishObjects