IComment Interface Members
The following tables list the members exposed by IComment.
Public Properties
Name | Description | |
---|---|---|
![]() | Application | Gets the application object. (Inherited from Syncfusion.XlsIO.IParentApplication) |
![]() | Author | Returns or sets the author of the comment. Read-only String. |
![]() | AutoSize | True if the size of the specified object is changed automatically to fit text within its boundaries. Read/write Boolean. |
![]() | Column | Column of the commented cell. Read-only. |
![]() | HAlignment | Horizontal alignment of the text. (Inherited from Syncfusion.XlsIO.ITextBox) |
![]() | IsTextLocked | Indicates whether comment text is locked. (Inherited from Syncfusion.XlsIO.ITextBox) |
![]() | IsVisible | Determines whether the object is visible. Read / write Boolean. |
![]() | Parent | Gets the parent object. (Inherited from Syncfusion.XlsIO.IParentApplication) |
![]() | RichText | Text of the comment. Read-only. (Inherited from Syncfusion.XlsIO.ITextBox) |
![]() | Row | Row of the commented cell. Read-only. |
![]() | Text | Text of the comment. (Inherited from Syncfusion.XlsIO.ITextBox) |
![]() | TextRotation | Text rotation. (Inherited from Syncfusion.XlsIO.ITextBox) |
![]() | VAlignment | Vertical alignment of the text. (Inherited from Syncfusion.XlsIO.ITextBox) |
See Also