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

HyperlinkClickEventArgs.TargetRange Property

Gets the destination range referenced by a hyperlink.

Namespace: DevExpress.XtraSpreadsheet

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

Declaration

public CellRange TargetRange { get; }

Property Value

Type Description
CellRange

A CellRange object to which the hyperlink points.

See Also