Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Sets or returns the vertical alignment of text within the comment.

Signature
C#C#
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}{signature:vb.net
vb.net
}
Public Property VerticalAlignment() As VAlign
Exceptions
Exception
ArgumentNullExceptionArgumentNullException

Attempting to set VerticalAlignment to null will result in this exception.

Remarks
This property follows Excel 2010 default behavior, namely defaulting to top-aligned.
{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}