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}Sets or returns the vertical alignment of text within the comment.{excerpt}
{signature:C#}
 public VAlign VerticalAlignment{ get; set; }
{signature}{signature:vb.net}
Public Property VerticalAlignment() As VAlign
{signature}
{exceptions}
{exception:ArgumentNullException}
Attempting to set VerticalAlignment to null will result in this exception.
{exception}
{remarks}This property follows Excel 2010 default behavior, namely defaulting to top-aligned.{remarks}