Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word.Templates Namespace / DataTemplate Class / DebugExpandTemplate Method
Allows parsing templates without a data source tag.
Culture used to format data values.

In This Topic
    DebugExpandTemplate Method
    In This Topic
    Expands the template. The template will be processed and all missed tags added.
    Syntax
    'Declaration
     
    Public Sub DebugExpandTemplate( _
       Optional ByVal simpleModeEnabled As System.Boolean, _
       Optional ByVal culture As System.Globalization.CultureInfo _
    ) 
    public void DebugExpandTemplate( 
       System.bool simpleModeEnabled,
       System.Globalization.CultureInfo culture
    )

    Parameters

    simpleModeEnabled
    Allows parsing templates without a data source tag.
    culture
    Culture used to format data values.
    See Also