| Name | Description |
| AutoShapeType | Gets or sets the AutoShapeType of the represented shapes. |
| AutoShapeTypeDefined | Returns true if the AutoShapeType property of all shapes represented by this IShapeRange is the same, otherwise false is returned. |
| Count | Gets the number of shapes in this collection. |
| Fill | Gets an instance of IFillFormat which represents the fill options of this shape collection. |
| Height | Gets or sets the height of the represented shapes in points. |
| HeightDefined | Returns true if the Height property of all shapes represented by this IShapeRange is the same, otherwise false is returned. |
| Item | Gets the IShape specified by the zero based index. |
| Left | Gets or sets the left edge of the represented shapes (from the left edge of the sheet) in points. |
| LeftDefined | Returns true if the Left property of all shapes represented by this IShapeRange is the same, otherwise false is returned. |
| Line | Gets an instance of ILineFormat which represents the line options of this shape collection. |
| LockAspectRatio | Gets or sets the flag which indicates whether the aspect ratio of represented shapes should be maintained when the shapes are resized. |
| LockAspectRatioDefined | Returns true if the LockAspectRatio property of all shapes represented by this IShapeRange is the same, otherwise false is returned. |
| Locked | Gets or sets the flag which indicates whether the represented shapes can be modified when worksheet protection is enabled. |
| LockedDefined | Returns true if the Locked property of all shapes represented by this IShapeRange is the same, otherwise false is returned. |
| Placement | Gets or sets the Placement setting of the represented shapes, which specifies how changes to the worksheet will affect the placement of the shapes. |
| PlacementDefined | Returns true if the Placement property of all shapes represented by this IShapeRange is the same, otherwise false is returned. |
| PrintObject | Gets or sets the property which specifies whether the represented shapes should be printed. |
| PrintObjectDefined | Returns true if the PrintObject property of all shapes represented by this IShapeRange is the same, otherwise false is returned. |
| Sheet | Gets the ISheet associated with the represented shapes. |
| TextFrame | Gets an instance of ITextFrame which represents the text options of the shapes represented by this IShapeRange. |
| Top | Gets or sets the top edge of the represented shapes (from the top edge of the sheet) in points. |
| TopDefined | Returns true if the Top property of all shapes represented by this IShapeRange is the same, otherwise false is returned. |
| Width | Gets or sets the width of the represented shapes in points. |
| WidthDefined | Returns true if the Width property of all shapes represented by this IShapeRange is the same, otherwise false is returned. |