Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / IShape Interface
Members
In This Topic
    IShape Interface
    In This Topic
    Represents an object in the drawing layer, such as an AutoShape, chart, or picture. The Shape object is a member of the IShapes collection. TheShapes collection contains all the shapes on a slide.
    Syntax
    public interface IShape 
        implements IContainer  
    See Also