Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / IDataLabels Interface / Item Property
The index number for the object.
In This Topic
    Item Property (IDataLabels)
    In This Topic
    Returns a single object from the collection.
    Syntax
    IDataLabel this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    The index number for the object.
    See Also