PublishObject.DivID 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.
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.