Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

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

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

Name

Description

Count

Excerpt Include
Comments.Count
Comments.Count
nopaneltrue
Indexers

Name

Description

Item(Int32)

Excerpt Include
Comments.Item(Int32)
Comments.Item(Int32)
nopaneltrue

Item(String)

Excerpt Include
Comments.Item(String)
Comments.Item(String)
nopaneltrue
Methods

Name

Description

CreateComment(Cell)

Excerpt Include
Comments.CreateComment(Cell)
Comments.CreateComment(Cell)
nopaneltrue

CreateComment(Int32, Int32)

Excerpt Include
Comments.CreateComment(Int32, Int32)
Comments.CreateComment(Int32, Int32)
nopaneltrue

GetEnumerator()

Excerpt Include
Comments.GetEnumerator()
Comments.GetEnumerator()
nopaneltrue

Remove(Int32)

Excerpt Include
Comments.Remove(Int32)
Comments.Remove(Int32)
nopaneltrue