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
ShapeType
public ExcelShapeType ShapeType { get; }
Property Value
Text
public string Text { get; set; }
Property Value
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
objecthashNewNames
Dictionary<string, string>dicFontIndexes
Dictionary<int, int>addToCollections
bool