'Declaration Public Function Contains( _ ByVal name As System.String _ ) As System.Boolean
public System.bool Contains( System.string name )
Parameters
- name
- A varibale name to check.
Return Value
true if a varibale with specified name exists in the document, otherwise false.