Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
PublishObjects Interface
Definition
- Namespace:
- Microsoft.Office.Interop.Excel
- Assembly:
- Microsoft.Office.Interop.Excel.dll
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.
A collection of all PublishObject objects in the workbook. Each PublishObject object represents an item in a workbook that has been saved to a Web page and can be refreshed according to values specified by the properties and methods of the object.
public interface class PublishObjects : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00024443-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface PublishObjects : System.Collections.IEnumerable
Public Interface PublishObjects
Implements IEnumerable
- Attributes
- Implements
Remarks
Use the PublishObjects property to return the PublishObjects collection.
Use PublishObjects(index), where index is the index number of the specified item in the workbook, to return a single PublishObject object.
Properties
| _Default[Object] |
Reserved for internal use. |
| Application |
Returns an Application object that represents the Microsoft Excel application. |
| Count |
Returns the number of objects in the collection. |
| Creator |
Returns a 32-bit integer that indicates the application in which this object was created. |
| Item[Object] |
Returns a single object from a collection. |
| Parent |
Returns the parent object for the specified object. |
Methods
| Add(XlSourceType, String, Object, Object, Object, Object, Object) |
Creates an object that represents an item in a document saved to a Web page. Such objects facilitate subsequent updates to the Web page while automated changes are being made to the document in Microsoft Excel. Returns a PublishObject object. |
| Delete() |
Deletes the object. |
| GetEnumerator() | |
| Publish() |
Saves an item or a collection of items in a document to a Web page. |
Applies to
Feedback
Was this page helpful?
