Range.ID 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 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.