Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Templates Namespace / DataSourceDictionary Class / Item Property

In This Topic
    Item Property (DataSourceDictionary)
    In This Topic
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal key As System.String _
    ) As System.Object
    public System.object this[ 
       System.string key
    ]; {get; set;}

    Parameters

    key
    See Also