ReferRangeArea
IsExternalLink Property
|
Indicates whether this is an external link.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsExternalLink { get; }
Public ReadOnly Property IsExternalLink As Boolean
Get
public:
property bool IsExternalLink {
bool get ();
}
member IsExternalLink : bool with get
Property Value
Type:
Boolean
See Also