Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / IShapes Interface / Item Property / Item(String) Property
Required System.String. The name for the object.
In This Topic
    Item(String) Property
    In This Topic
    Returns a single object from a collection.
    Syntax
    IShape Item( 
       System.string name
    ) {get;}

    Parameters

    name
    Required System.String. The name for the object.
    See Also