How to change the Comment Font Color
Contents
[
Hide
]
Microsoft Excel allows users to add comments to cells to add additional information and highlight data. Developers may need to customize the comment to specify alignment settings, text direction Font Color, etc. Aspose.Cells provides APIs to accomplish the task.
Aspose.Cells provides a Shape.TextBody property to the font color of the comment. The following sample code demonstrates the use of Shape.TextBody property to set text direction for a comment.
The output file generated by the above code is attached for your reference.