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

...

Description

Excerpt

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

Signature
C#
C#
 public HAlign HorizontalAlignment{ get; set; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public Property HorizontalAlignment() As HAlign
{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}
Exceptions
Exception
ArgumentNullException
ArgumentNullException

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

Remarks

This property follows Excel 2010 default behavior, namely defaulting to left-aligned.