[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IHyperlink.Range

Range Property

Gets the IRange object that represents the range the specified hyperlink is attached to, or null if the hyperlink is attached to a shape.

Declaration
IRange Range { get; }
ReadOnly Property Range As IRange
IRange cell = worksheet.Range["A1"];
IHyperlink hyperlink = cell.Hyperlinks.Add(cell, "https://www.example.com");
IRange range = hyperlink.Range;