Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / RangeBase Class / UpdateFields Method
The GrapeCity.Documents.Word.Layout.WordLayoutSettings object used to create temporary instances of GrapeCity.Documents.Word.Layout.GcWordLayout before updating the document fields.

In This Topic
    UpdateFields Method (RangeBase)
    In This Topic
    Updates the results of all document fields that support updating.
    Syntax
    'Declaration
     
    Public Sub UpdateFields( _
       Optional ByVal layoutSettings As WordLayoutSettings _
    ) 
    public void UpdateFields( 
       WordLayoutSettings layoutSettings
    )

    Parameters

    layoutSettings
    The GrapeCity.Documents.Word.Layout.WordLayoutSettings object used to create temporary instances of GrapeCity.Documents.Word.Layout.GcWordLayout before updating the document fields.
    See Also