ig.excel.ShapePositioningMode
Represents the ways shapes will be repositioned when rows and columns are resized.
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
-
dontMoveOrSizeWithCells
- Type:
- ig.excel.ShapePositioningMode
- Default:
- 3
Shapes will not move or size with the cells. The shape will remain in its absolute pixel position of the worksheet, regardless the rows and columns resized before or inside it.
-
moveAndSizeWithCells
- Type:
- ig.excel.ShapePositioningMode
- Default:
- 0
Shapes will move and size with the cells. If columns before (or rows above) the shape are expanded, the shape will shift left. If columns within a shape are expanded, the shape will be widened.
-
moveWithCells
- Type:
- ig.excel.ShapePositioningMode
- Default:
- 2
Shapes will move but not size with the cells. If columns before (or rows above) the shape are expanded, the shape will shift left. If columns within a shape are expanded, the shape will not be widened.
The current widget has no events.
The current widget has no public methods.