ig.excel.WorksheetShapeGroup
Represents a group of shapes in a worksheet. This group is also a shape which can be
positioned and contained within another group or on a worksheet.
Dependencies
jquery-1.4.4.js
infragistics.util.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.ext_core.js
infragistics.documents.core_core.js
infragistics.ext_ui.js
The current widget has no options.
The current widget has no events.
-
ig.excel.WorksheetShapeGroup
Constructor- new $.ig.excel.WorksheetShapeGroup( );
Creates a new WorksheetShapeGroup instance.
-
shapes
- .shapes( );
- Return Type:
- ig.excel.WorksheetShapeCollection
- Return Type Description:
- The collection of shapes contained in the group.
Gets the collection of shapes contained in the group.
-
shapes
- .shapes( index:number );
- Return Type:
- ig.excel.WorksheetShape
- Return Type Description:
- The shape at the specified index.
Gets the shape at the specified index in the collection.
- index
- Type:number
- The zero-based index of the shape to get.
Exceptions
Exception Description ig.ArgumentOutOfRangeException index is less than zero or index is greater than or equal to WorksheetShapeCollection.count.