Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / IShape Interface / GroupItems Property
In This Topic
    GroupItems Property
    In This Topic
    Returns the IGroupShapes object that represents the individual shapes in the specified group. Use the indexer of IGroupShapes to return a single shape from the group.
    Syntax
    IGroupShapes GroupItems {get;}
    See Also