{description}
{excerpt}Creates a comment and associates it with the specified [Cell|Cell].{excerpt}
{signature:C#}
 public Comment CreateComment(Cell cell)
{signature}{signature:vb.net}
Public Function CreateComment(ByVal cell As Cell) As Comment
{signature}
{parameters}
{param:cell}The cell to associate the comment with.{param}
{returns}The new comment.{returns}