Table of Contents

Class XlsLabelShape

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

Properties

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