Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ICompositeShape Interface
Properties Methods

In This Topic
    ICompositeShape Interface Members
    In This Topic

    The following tables list the members exposed by ICompositeShape.

    Public Properties
     NameDescription
     PropertyGets an integer value that represents the number of shapes in the collection.  
     PropertyGets the IShape object at the specified index.  
     PropertyGets the name of shape.  
    Top
    Public Methods
     NameDescription
     MethodAdd shape as child.  
     MethodCalculates the client rectangle of a child shape inside the specified rectangle.  
     MethodGets a boolean value indicates whether there is a selected child shape.  
     MethodDeselect this drawing object and all its selected children.  
     MethodGets all decendent child shapes.  
     MethodMove the child shape inside this ICompositeShape.  
     MethodPaint the ICompositeShape object with children.  
     MethodRemove shape from children  
     MethodResize child shape  
     MethodUndo the data  
    Top
    See Also