ExternalLink
IsReferred Property
|
Gets a value indicating whether the current link is referred.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsReferred { get; }
Public ReadOnly Property IsReferred As Boolean
Get
public:
property bool IsReferred {
bool get ();
}
member IsReferred : bool with get
Property Value
Type:
Boolean
See Also