Share via


PublishObject.DivID Property

Returns the unique identifier used for identifying an HTML <DIV> tag on a Web page.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property DivID As String
    Get
'Usage
Dim instance As PublishObject
Dim value As String

value = instance.DivID
string DivID { get; }

Property Value

Type: System.String

Remarks

The tag is associated with an item in a document that you have saved to a Web page. An item can be an entire workbook, a worksheet, a selected print range, an AutoFilter range, a range of cells, a chart, a PivotTable report, or a query table.

See Also

Reference

PublishObject Interface

PublishObject Members

Microsoft.Office.Interop.Excel Namespace