Share via


WorksheetClass.Comments Property

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property Comments As Comments
    Get
'Usage
Dim instance As WorksheetClass
Dim value As Comments

value = instance.Comments
public virtual Comments Comments { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.Comments

Implements

_Worksheet.Comments

See Also

Reference

WorksheetClass Class

WorksheetClass Members

Microsoft.Office.Interop.Excel Namespace