IDocumentProperty
LinkToContent Property
|
True if the value of the custom document property is linked to the content
of the container document. False if the value is static. Read/write Boolean.
Namespace:
Spire.Xls.Core.Interface
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool LinkToContent { get; set; }
Property LinkToContent As Boolean
Get
Set
property bool LinkToContent {
bool get ();
void set (bool value);
}
abstract LinkToContent : bool with get, set
Property Value
Type:
Boolean
See Also