Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / SimpleField Class / Locked Property

In This Topic
    Locked Property (SimpleField)
    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