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

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

Exceptions

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

Remarks

This property follows Excel 2010 default behavior, namely defaulting to top-aligned.
  • No labels