[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IBuiltInDocumentPropertyCollection.LinksUpToDate

LinksUpToDate Property

LinksUpToDate

Gets or sets whether hyperlinks in the document are up to date.

Declaration
bool LinksUpToDate { get; set; }
Property LinksUpToDate As Boolean
Property Value
Type Description
bool

true if the document's hyperlinks are marked as up to date; otherwise, false.

Examples
IBuiltInDocumentPropertyCollection properties = workbook.BuiltInDocumentProperties;
properties.LinksUpToDate = true;
bool linksUpToDate = properties.LinksUpToDate;