Click or drag to resize

ExcelGroupShape Class

Represents the shape object used in ExcelDrawingCollection on the worksheet.
Inheritance Hierarchy
SystemObject
  SautinSoft.ExcelExcelDrawing
    SautinSoft.ExcelExcelGroupShape

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.6.5
Syntax
public class ExcelGroupShape : ExcelDrawing

The ExcelGroupShape type exposes the following members.

Properties
 NameDescription
Public propertyBottomRightCell Gets or sets the bottom-right anchor cell for image positioning.
(Inherited from ExcelDrawing)
Public propertyBoundingRectangle Gets the rectangle that bounds the image.
(Inherited from ExcelDrawing)
Public propertyParent Gets or sets the parent collection.
(Inherited from ExcelDrawing)
Public propertyPositioning Gets or sets the image positioning parameter.
(Inherited from ExcelDrawing)
Public propertyTopLeftCell Gets or sets the top-left anchor cell for image positioning.
(Inherited from ExcelDrawing)
Top
Methods
 NameDescription
Public methodDelete Deletes this image object from the parent collection.
(Inherited from ExcelDrawing)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldDrawings Gets ExcelDrawingCollection containing images.
Top
See Also