Range.ID Property

Definition

Returns or sets the identifying label for the specified cell when the page is saved as a Web page.

public:
 property System::String ^ ID { System::String ^ get(); void set(System::String ^ value); };
public string ID { get; set; }
Public Property ID As String

Property Value

Remarks

You can use an ID label as a hyperlink reference in other HTML documents or on the same Web page.

Applies to