IBuiltInDocumentProperties
LinksDirty Property
|
Boolean value to indicate whether the custom links are
hampered by excessive noise, for all applications.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool LinksDirty { get; set; }
Property LinksDirty As Boolean
Get
Set
property bool LinksDirty {
bool get ();
void set (bool value);
}
abstract LinksDirty : bool with get, set
Property Value
Type:
Boolean
See Also