Locked Property (ComplexField)
In This Topic
Get or sets a value indicating whether this field shall not have its field result recalculated,
even if an application attempts to recalculate the results of all fields in the document or a recalculation is explicitly requested.
Syntax
'Declaration
Public Property Locked As System.Boolean
public System.bool Locked {get; set;}
See Also