Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
{description}
{excerpt}A [Comment|Comment] object represents a note attached to a cell, or group of merged cells, separate from other cell content. A {{Comment}} must be associated with a cell, and may only be created using set [Comment.Visible|Comment.Visible] to {{true}}.{excerpt}{description}
{signature:C#}
 public sealed class Comment : Shape
{signature}{signature:vb.net}
Public NotInheritable Class Comment
		Inherits Shape
{signature}
{properties}
||Name||Description||
|[Author|Comment.Author]|{excerpt-include:Comment.Author|nopanel=true}|
|[Cell|Comment.Cell]|{excerpt-include:Comment.Cell|nopanel=true}|
|[FitToText|Comment.FitToText]|{excerpt-include:Comment.FitToText|nopanel=true}|
|[HorizontalAlignment|Comment.HorizontalAlignment]|{excerpt-include:Comment.HorizontalAlignment|nopanel=true}|
|[Shape|Comment.Shape]|{excerpt-include:Comment.Shape|nopanel=true}|
|[Text|Comment.Text]|{excerpt-include:Comment.Text|nopanel=true}|
|[VerticalAlignment|Comment.VerticalAlignment]|{excerpt-include:Comment.VerticalAlignment|nopanel=true}|
|[Visible|Comment.Visible]|{excerpt-include:Comment.Visible|nopanel=true}|
{properties} {methods}
||Name||Description||
|[ClearRichTextFormatting()|Comment.ClearRichTextFormatting()]|{excerpt-include:Comment.ClearRichTextFormatting()|nopanel=true}|
|[GetCharacters(Int32)|Comment.GetCharacters(Int32)]|{excerpt-include:Comment.GetCharacters(Int32)|nopanel=true}|
|[GetCharacters(Int32, Int32)|Comment.GetCharacters(Int32, Int32)]|{excerpt-include:Comment.GetCharacters(Int32, Int32)|nopanel=true}|
{methods}