DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / VariableCollection Class / Contains Method
A varibale name to check.

In This Topic
Contains Method (VariableCollection)
In This Topic
Gets whether a varibale with specified name exists in the document.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal name As System.String _
) As System.Boolean
 

Parameters

name
A varibale name to check.

Return Value

true if a varibale with specified name exists in the document, otherwise false.
See Also