FormField.CalculateOnExit Property

Determines if references to the specified form field are automatically updated whenever the field is exited.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property CalculateOnExit As Boolean
    Get
    Set
'Usage
Dim instance As FormField
Dim value As Boolean

value = instance.CalculateOnExit

instance.CalculateOnExit = value
bool CalculateOnExit { get; set; }

Property Value

Type: System.Boolean

Remarks

This property returns True if references to the specified form field are automatically updated whenever the field is exited, and False if not. Set the property value to True or False to enable or disable the functionality.

A REF field can be used to reference the contents of a form field. For example, {REF SubTotal} references the form field marked by the SubTotal bookmark.

See Also

Reference

FormField Interface

FormField Members

Microsoft.Office.Interop.Word Namespace