Table of Contents

Class XlsComment

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

Properties

Author

public string Author { get; set; }

Property Value

string

AutoSize

public bool AutoSize { get; set; }

Property Value

bool

Column

public int Column { get; set; }

Property Value

int

Fill

public IShapeFill Fill { get; }

Property Value

IShapeFill

HAlignment

public CommentHAlignType HAlignment { get; set; }

Property Value

CommentHAlignType

IsTextLocked

public bool IsTextLocked { get; set; }

Property Value

bool

IsVisible

public bool IsVisible { get; set; }

Property Value

bool

RichText

public IRichTextString RichText { get; }

Property Value

IRichTextString

Row

public int Row { get; set; }

Property Value

int

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)

[Obsolete("the method is not implemented")]
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

Remove()

public void Remove()