Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / VariableCollection Class / Item Property / Item(String) Property
The case-insensitive name of the variable.

In This Topic
    Item(String) Property
    In This Topic
    Gets a document variable by the case-insensitive name.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal name As System.String _
    ) As Variable
    public Variable Item( 
       System.string name
    ) {get;}

    Parameters

    name
    The case-insensitive name of the variable.

    Property Value

    A Variable with the specified name.
    See Also