Worksheet.Comments Property

Definition

Gets a Comments collection that represents all the comments for the worksheet.

public:
 property Microsoft::Office::Interop::Excel::Comments ^ Comments { Microsoft::Office::Interop::Excel::Comments ^ get(); };
public Microsoft.Office.Interop.Excel.Comments Comments { get; }
member this.Comments : Microsoft.Office.Interop.Excel.Comments
Public ReadOnly Property Comments As Comments

Property Value

A Comments collection that represents all the comments for the worksheet.

Applies to