DocxDocument.GetFieldNames Method

QsInformatica.Utils

DocxDocumentGetFieldNames Method

Gets the field names.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public IEnumerable<string> GetFieldNames()
Public Function GetFieldNames As IEnumerable(Of String)
public:
IEnumerable<String^>^ GetFieldNames()
member GetFieldNames : unit -> IEnumerable<string> 

Return Value

Type: IEnumerableString
IList<System.String>.
See Also