Interface IComment
public interface IComment : ITextBoxShape, ITextBox, IShape, IExcelApplication
- Inherited Members
Properties
Author
string Author { get; set; }
Property Value
AutoSize
bool AutoSize { get; set; }
Property Value
Column
int Column { get; }
Property Value
IsVisible
bool IsVisible { get; set; }
Property Value
Row
int Row { get; }