IDocumentProperty
LinkSource Property
|
Returns or sets the source of a linked custom document property. Read/write String.
Namespace:
Spire.Xls.Core.Interface
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
string LinkSource { get; set; }
Property LinkSource As String
Get
Set
property String^ LinkSource {
String^ get ();
void set (String^ value);
}
abstract LinkSource : string with get, set
Property Value
Type:
String
See Also