Table of Contents

Class XlsButtonShape

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

Properties

HAlignment

public CommentHAlignType HAlignment { get; set; }

Property Value

CommentHAlignType

IsTextLocked

public bool IsTextLocked { get; set; }

Property Value

bool

RichText

public IRichTextString RichText { get; }

Property Value

IRichTextString

ShapeType

public ExcelShapeType ShapeType { get; }

Property Value

ExcelShapeType

Text

public string Text { get; set; }

Property Value

string

TextRotation

public TextRotationType TextRotation { get; set; }

Property Value

TextRotationType

VAlignment

public CommentVAlignType VAlignment { get; set; }

Property Value

CommentVAlignType

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