Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

HyperlinkCollection.GetHyperlinks(CellRange) Method

Gets hyperlink(s) contained in the specified cell range.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

IList<Hyperlink> GetHyperlinks(
    CellRange range
)

Parameters

Name Type Description
range CellRange

A CellRange object specifying a cell range that contains hyperlinks to be returned.

Returns

Type Description
IList<Hyperlink>

A collection of hyperlinks within the specified range of cells.

Remarks

The GetHyperlinks method returns all hyperlinks contained in cell ranges that intersect the specified cell range. To check whether a hyperlink is contained in the worksheet, use the HyperlinkCollection.Contains method.

See Also