[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.VariableCollection.Contains

Contains Method

Contains(string)

Gets whether a varibale with specified name exists in the document.

Declaration
public bool Contains(string name)
Public Function Contains(name As String) As Boolean
Parameters
Type Name Description
string name

A varibale name to check.

Returns
Type Description
bool

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