AutoTextExists Method |  |
Check exists the auto text by name
Namespace:
SOWIDocument.Word
Assembly:
SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic bool Exists(
string pAutoTextName
)
Public Function Exists (
pAutoTextName As String
) As Boolean
Parameters
- pAutoTextName
- Type: SystemString
Auto text name
Return Value
Type:
BooleanTrue is exists. False doesn't exists.
See Also