The Comments collection contains all Comment objects in the worksheet. To return a Comments collection, use Worksheet.Comments.

[DefaultMember("Item")]
 public sealed class Comments : System.Collections.Generic.IEnumerable<Comment>
<DefaultMember("Item")> _
	Public NotInheritable Class Comments
		Implements System.Collections.Generic.IEnumerable(Of Comment)

Name

Description

Count

Name

Description

Item(Int32)

Item(String)

Name

Description

CreateComment(Cell)

CreateComment(Int32, Int32)

GetEnumerator()

Remove(Int32)