[]
Gets or sets whether hyperlinks in the document are up to date.
bool LinksUpToDate { get; set; }
Property LinksUpToDate As Boolean
| Type | Description |
|---|---|
| bool | true if the document's hyperlinks are marked as up to date; otherwise, false. |
IBuiltInDocumentPropertyCollection properties = workbook.BuiltInDocumentProperties;
properties.LinksUpToDate = true;
bool linksUpToDate = properties.LinksUpToDate;