[]
Removes a document variable with the specified name from the collection.
public void Remove(string name)
Public Sub Remove(name As String)
Type | Name | Description |
---|---|---|
string | name | The case-insensitive name of the variable. |
Removes a document variable at the specified index.
public void Remove(int index)
Public Sub Remove(index As Integer)
Type | Name | Description |
---|---|---|
int | index | The zero based index. |