Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

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

C#
public HAlign HorizontalAlignment{ get; set; }
vb.net
Public Property HorizontalAlignment() As HAlign

Exceptions

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.
  • No labels