Returns a Range object that represents the range the specified hyperlink is attached to.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CellRange Range { get; set; }
Public Property Range As CellRange
Get
Set
public:
property CellRange^ Range {
CellRange^ get ();
void set (CellRange^ value);
}
member Range : CellRange with get, set
Property Value
Type:
CellRange
See Also