Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / DropDownItemCollection Class / Item Property

In This Topic
    Item Property (DropDownItemCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As System.Integer _
    ) As DropDownItem
    public DropDownItem this[ 
       System.int index
    ]; {get; set;}

    Parameters

    index
    See Also