PublishObject.DivID Property

Definition

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

public:
 property System::String ^ DivID { System::String ^ get(); };
public string DivID { get; }
Public ReadOnly Property DivID As String

Property Value

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.

Applies to