Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / VariableCollection Class / Item Property / Item(Int32) Property
Zero-based index of the document variable.

In This Topic
    Item(Int32) Property
    In This Topic
    Gets a document variable at the specified index.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal index As System.Integer _
    ) As Variable
    public Variable Item( 
       System.int index
    ) {get;}

    Parameters

    index
    Zero-based index of the document variable.

    Property Value

    A Variable with the specified index.
    See Also