MailMerge
GetMergeFieldNames Method (String)
|
Gets the merge field names.
Namespace:
Spire.Doc.Reporting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string[] GetMergeFieldNames(
string groupName
)
Public Function GetMergeFieldNames (
groupName As String
) As String()
public:
array<String^>^ GetMergeFieldNames(
String^ groupName
)
member GetMergeFieldNames :
groupName : string -> string[]
Parameters
-
groupName
-
Type:
System
String
Name of the region.
Return Value
Type:
String
See Also