Table of Contents

Class XlsGroupBoxShape

Namespace
Spire.Xls.Core.Spreadsheet.Shapes
Assembly
Spire.XLS.dll
public class XlsGroupBoxShape : XlsShape, IDisposable, ICloneParent, INamedObject, IGroupBox, IShape, IExcelApplication
Inheritance
XlsGroupBoxShape
Implements
Inherited Members

Properties

Display3DShading

public bool Display3DShading { get; set; }

Property Value

bool

IsTextLocked

public bool IsTextLocked { get; set; }

Property Value

bool

ShapeType

public ExcelShapeType ShapeType { get; }

Property Value

ExcelShapeType

Text

public string Text { get; set; }

Property Value

string

Methods

Clone(object, Dictionary<string, string>, Dictionary<int, int>, bool)

public override IShape Clone(object parent, Dictionary<string, string> hashNewNames, Dictionary<int, int> dicFontIndexes, bool addToCollections)

Parameters

parent object
hashNewNames Dictionary<string, string>
dicFontIndexes Dictionary<int, int>
addToCollections bool

Returns

IShape