Returns the Area that the Hyperlink object is associated with. The set of cells that the Area object represents functions as a single hyperlink to the same href.

 public Area Area{ get; }
Public ReadOnly Property Area() As Area
Area linkArea = link.Area;
Dim linkArea As Area = link.Area