[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.VariableCollection.Remove

Remove Method

Remove(string)

Removes a document variable with the specified name from the collection.

Declaration
public void Remove(string name)
Public Sub Remove(name As String)
Parameters
Type Name Description
string name

The case-insensitive name of the variable.

Remove(int)

Removes a document variable at the specified index.

Declaration
public void Remove(int index)
Public Sub Remove(index As Integer)
Parameters
Type Name Description
int index

The zero based index.