Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / VariableCollection Class / Remove Method / Remove(Int32) Method
The zero based index.

In This Topic
    Remove(Int32) Method
    In This Topic
    Removes a document variable at the specified index.
    Syntax
    'Declaration
     
    Public Overloads Sub Remove( _
       ByVal index As System.Integer _
    ) 
    public void Remove( 
       System.int index
    )

    Parameters

    index
    The zero based index.
    See Also