Show / Hide Table of Contents

Class GroupShape

Inheritance
System.Object
AbstractShape
GroupShape
Implements
IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
IGroupShape
Inherited Members
AbstractShape.Id
AbstractShape.Name
AbstractShape.Size
AbstractShape.ParentGroup
AbstractShape.AnchorPosition
AbstractShape.RelativePosition
AbstractShape.Position
AbstractShape.ShapeType
AbstractShape.FlipH
AbstractShape.FlipV
AbstractShape.PrintObject
AbstractShape.Locked
AbstractShape.LockText
AbstractShape.AlternateText
AbstractShape.Fill
AbstractShape.Line
AbstractShape.Effects
AbstractShape.HyperLink
AbstractShape.RotationAngle
AbstractShape.SetImage(String)
AbstractShape.WithAdjustments(Int64[])
AbstractShape.Adjustments
AbstractShape.PolygonPoints
AbstractShape.Sheet
AbstractShape.Positioning
AbstractShape.AnchoredCell
AbstractShape.IWorksheetDrawingObject.BottomRightCell
AbstractShape.Worksheet
Namespace: DRIT.Spreadsheet.Drawing
Assembly: DRIT.Spreadsheet.dll
Syntax
public class GroupShape : AbstractShape, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject, IGroupShape

Constructors

GroupShape()

Declaration
public GroupShape()

Properties

GroupShapes

Declaration
public IEnumerable<IGroupShape> GroupShapes { get; }
Property Value
Type Description
IEnumerable<IGroupShape>

Shapes

Declaration
public ShapeCollection Shapes { get; }
Property Value
Type Description
ShapeCollection

Implements

IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
IGroupShape
Back to top Generated by DocFX