Represents a comment object used by
For a list of all members of this type, see ExcelComment Members.
System.Object
GemBox.Spreadsheet.ExcelComment
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Following code demonstrates how to use comments. It shows next features:
[Visual Basic]
excelFile.Worksheets(0).Cells(0, 0).Comment.Text = "comment1"
excelFile.Worksheets(0).Cells(0, 0).Comment.IsVisible = False
[C#]
excelFile.Worksheets[ 0 ].Cells[ 0, 0 ].Comment.Text = "comment1";
excelFile.Worksheets[ 0 ].Cells[ 0, 0 ].Comment.IsVisible = false;
Namespace: GemBox.Spreadsheet
Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll)
ExcelComment Members | GemBox.Spreadsheet Namespace | Comment