Table of Contents

Interface IComment

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface IComment : ITextBoxShape, ITextBox, IShape, IExcelApplication
Inherited Members

Properties

Author

string Author { get; set; }

Property Value

string

AutoSize

bool AutoSize { get; set; }

Property Value

bool

Column

int Column { get; }

Property Value

int

IsVisible

bool IsVisible { get; set; }

Property Value

bool

Row

int Row { get; }

Property Value

int