Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / INames Interface / Item Property / Item(Int32) Property
Specifies the index of an element in the collection.
In This Topic
    Item(Int32) Property
    In This Topic
    Returns the IName object from a collection.
    Syntax
    IName Item( 
       System.int index
    ) {get;}

    Parameters

    index
    Specifies the index of an element in the collection.

    Property Value

    Returns IName
    See Also