Gets or sets a hyperlink associated with a cell. This property enables the embedding of URLs or links to other resources within a cell, facilitating navigation and referencing.
public Hyperlink Hyperlink { get; set; }
A Hyperlink object that represents the hyperlink associated with the cell. Includes both, the URL and display text.