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
Wiki Markup
{description}
{excerpt}The [Comments|Comments] collection contains all [Comment|Comment] objects in the worksheet. To return a {{Comments}} collection, use [Worksheet.Comments|Worksheet.Comments].{excerpt}
{signature:C#}
[DefaultMember("Item")]
 public sealed class Comments : System.Collections.Generic.IEnumerable<Comment>
{signature}{signature:vb.net}
<DefaultMember("Item")> _
	Public NotInheritable Class Comments
		Implements System.Collections.Generic.IEnumerable(Of Comment)
{signature}
{properties}
||Name||Description||
|[Count|Comments.Count]|{excerpt-include:Comments.Count|nopanel=true}|
{indexers}
||Name||Description||
|[Item(Int32)|Comments.Item(Int32)]|{excerpt-include:Comments.Item(Int32)|nopanel=true}|
|[Item(String)|Comments.Item(String)]|{excerpt-include:Comments.Item(String)|nopanel=true}|
{methods}
||Name||Description||
|[CreateComment(Cell)|Comments.CreateComment(Cell)]|{excerpt-include:Comments.CreateComment(Cell)|nopanel=true}|
|[CreateComment(Int32, Int32)|Comments.CreateComment(Int32, Int32)]|{excerpt-include:Comments.CreateComment(Int32, Int32)|nopanel=true}|
|[GetEnumerator()|Comments.GetEnumerator()]|{excerpt-include:Comments.GetEnumerator()|nopanel=true}|
|[Remove(Int32)|Comments.Remove(Int32)]|{excerpt-include:Comments.Remove(Int32)|nopanel=true}|