Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Excerpt

Returns a Comments collection that contains all comments in the worksheet.

Signature
C#
C#

 public Comments Comments{ get; }
Signature
vb.net
vb.net

Public ReadOnly Property Comments() As Comments
Example
Code Block
csharp
csharp
titleC#

Comments cmnts = ws.Comments;
Code Block
vb.net
vb.net
titlevb.net

Dim cmnts As Comments = ws.Comments