The following tables list the members exposed by IShapeRange.
Public Properties
| 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. |
 | Factory | Returns the IFactory which created this object or its parent. (Inherited from SpreadsheetGear.IFactoryChild) |
 | 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. |
 | IsDisposed | Returns true if any of the shapes referenced by this IShapeRange have been disposed. |
 | 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 drawing object 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. |
 | ShapeType | Gets the ShapeType of the represented shapes. |
 | 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. |
Top
Public Methods
| Name | Description |
 | BringForward | Brings the shapes in this collection forward by one position. |
 | BringToFront | Brings the shapes in this collection to the front of all shapes. |
 | Delete | Deletes the represented shapes. |
 | GetEnumerator | (Inherited from System.Collections.IEnumerable) |
 | Group | Creates a group from the shapes in the range and returns the new group shape. |
 | IncrementLeft | Increments the left edge of the represented shapes by the specified value in points. |
 | IncrementTop | Increments the top edge of the represented shapes by the specified value in points. |
 | ScaleHeight | Scales the represented shapes by the specified factor from the original or current size and from the specified position. |
 | ScaleWidth | Scales the represented shapes by the specified factor from the original or current size and from the specified position. |
 | Select | Selects the shapes in this IShapeRange, replacing any previously selected shapes if replace is true. |
 | SendBackward | Sends the shapes in this collection backward by one position. |
 | SendToBack | Sends the shapes in this collection to the back of all shapes. |
 | Ungroup | Unbinds any groups in the shape range and returns an IShapeRange with all the existing and unbound shapes. |
Top
See Also