Click or drag to resize

XlsHyperLink Range Property

Returns a Range object that represents the range the specified hyperlink is attached to.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IXLSRange Range { get; set; }

Property Value

Type: IXLSRange

Implements

IHyperLink Range
See Also