Skip to main content

HyperlinkClickEventArgs.TargetRange Property

Gets the destination range referenced by a hyperlink.

Namespace: DevExpress.XtraSpreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public CellRange TargetRange { get; }

Property Value

Type Description
CellRange

A CellRange object to which the hyperlink points.

See Also