Class ExcelGroupShape
Grouped shapes
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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