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 horizontal alignment of text within the comment.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Sets or returns the horizontal alignment of text within the comment.{excerpt}
{signature:C#}
 public HAlign HorizontalAlignment{ get; set; }
Signature
{signature}{signature:vb.net
vb.net
}
Public Property HorizontalAlignment() As HAlign
Exceptions
Exception
ArgumentNullExceptionArgumentNullException

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

Remarks
This property follows Excel 2010 default behavior, namely defaulting to left-aligned.
{signature}
{exceptions}
{exception:ArgumentNullException}
Attempting to set HorizontalAlignment to null will result in this exception.
{exception}
{remarks}This property follows Excel 2010 default behavior, namely defaulting to left-aligned.{remarks}