Class ExcelGroupShape
Grouped shapes
Implements
IDisposable
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: OfficeOpenXml.Drawing
Assembly: EPPlus.dll
Syntax
public class ExcelGroupShape : ExcelDrawing, IDisposable
Properties
Drawings
A collection of shapes
Declaration
public ExcelDrawingsGroup Drawings { get; }
Property Value
| Type | Description |
|---|---|
| ExcelDrawingsGroup |
DrawingType
The type of drawing
Declaration
public override eDrawingType DrawingType { get; }
Property Value
| Type | Description |
|---|---|
| eDrawingType |
Overrides
Implements
System.IDisposable