Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ISparklineGroup Interface / Item Property
Index value of the sparkline.
In This Topic
    Item Property (ISparklineGroup)
    In This Topic
    Gets the ISparkline object.
    Syntax
    ISparkline this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    Index value of the sparkline.

    Property Value

    Returns ISparkline
    See Also