Comments

## Comments Document Solutions for Excel enables users to annotate worksheets. They can write comments for cells to add information about the data it contains. Add comments for a range using the **AddComment** method. It returns an instance of the **IComment** interface. Always show comments with the **Visible** property. Modify comment layouts with the **Shape** property. Create rich text using the **TextFrame** property of the **IShape** interface. You can use different font styles for each run.