Page tree
Skip to end of metadata
Go to start of metadata

Description

A Group is a type of shape that contains other shapes. Currently, groups may not be created or have their contents modified. They may be moved, resized, and deleted.
C#
vb.net

Remarks

When a row or column is inserted, deleted or resized shape groups will change their size and position in response, like regular shapes. Each shape in the shape group will move or resize in proportion to the change in the size or position of the overall group.

Properties

Name

Description

Height

Sets or returns the height of the Group, in points (1/72 inch).

Position

Sets or returns the Group 's position in the worksheet.

Type

Returns the ShapeType of the group, which is always ShapeType.Group.

Width

Sets or returns the width of the Group, in points (1/72 inch).
  • No labels