Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public ExcelComment Comment { get; }
Public ReadOnly Property Comment As ExcelComment
	Get
public:
property ExcelComment^ Comment {
	ExcelComment^ get ();
}
member Comment : ExcelComment with get

Property Value

ExcelComment

See Also