Click or drag to resize

AutoTextGet Method

Gives the AutoText by name back

Namespace:  SOWIDocument.Word
Assembly:  SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
internal DocPart Get(
	string pAutoTextName
)

Parameters

pAutoTextName
Type: SystemString

Return Value

Type: DocPart
One AutoText object
See Also