DocumentProperty
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
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool LinkToContent { get; set; }
Public Property LinkToContent As Boolean
Get
Set
public:
virtual property bool LinkToContent {
bool get () sealed;
void set (bool value) sealed;
}
abstract LinkToContent : bool with get, set
override LinkToContent : bool with get, set
Property Value
Type:
Boolean
Implements
IDocumentProperty
LinkToContent
See Also