Name | Description | |
---|---|---|
![]() | Count | Gets the number of shapes in this collection. |
![]() | Item | Overloaded. Gets the IShape specified by the zero based index. |
![]() | Sheet | Gets the ISheet associated with the represented shape collection. |
The following tables list the members exposed by IShapes.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of shapes in this collection. |
![]() | Item | Overloaded. Gets the IShape specified by the zero based index. |
![]() | Sheet | Gets the ISheet associated with the represented shape collection. |
Name | Description | |
---|---|---|
![]() | AddChart | Adds a chart to the shapes collection at the specified position and with the specified size. |
![]() | AddFormControl | Adds the specified form control to the shapes collection at the specified position and with the specified size. |
![]() | AddLine | Adds a line to the shapes collection with the specified beginning and ending position. |
![]() | AddPicture | Overloaded. Adds the specified picture to the shapes collection at the specified position and with the specified size. |
![]() | AddShape | Adds the specified auto-shape to the shapes collection at the specified position and with the specified size. |
![]() | AddTextBox | Adds a text box to the shapes collection at the specified position and with the specified size. |
![]() | GetEnumerator | (Inherited from System.Collections.IEnumerable) |
![]() | GetShapeRange | Returns a new instance of IShapeRange which represents the specified array of shapes. |