Click or drag to resize

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; }

Property Value

Type: Boolean

Implements

IDocumentProperty LinkToContent
See Also