DocOleObject
LinkPath Property
|
Gets or sets the link path.
Namespace:
Spire.Doc.Fields
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string LinkPath { get; set; }
Public Property LinkPath As String
Get
Set
public:
virtual property String^ LinkPath {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract LinkPath : string with get, set
override LinkPath : string with get, set
Property Value
Type:
String
The link address.
See Also