Click or drag to resize
TemplateDefineDataRegion Method
Defines the DataRegion. User can only add the valid DataRegion defined by DefineDataRegion method to Word document manually.

Namespace: Aceoffix.WordWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public void DefineDataRegion(
	string Name,
	string Caption
)

Parameters

Name
Type: SystemString
The name of the DataRegion.
Caption
Type: SystemString
The friendly title of DataRegion.
See Also