Description
Gets or sets whether NEXT fields should be enabled in the WordTemplate. If NEXT fields are enabled, the data source will move to the next row of data when merge field is repeated in the template file.C#
public boolean EnableNEXTFields{ get ; set ; } |
vb.net
Public Property EnableNEXTFields() As Boolean |
Examples
C#
WordTemplate WordTempl = new WordTemplate(); WordTempl.EnableNEXTFields = true ; |
vb.net
Dim WordTempl As New WordTemplate() WordTempl.EnableNEXTFields = True |