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

...

Excerpt

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

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