Excel2007CommentVAlign Class
This type specifies a list of available anchoring types for text.
Inheritance
System.Object
Excel2007CommentVAlign
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public sealed class Excel2007CommentVAlign : Enum
Fields
b
Anchor the text at the bottom of the bounding rectangle.
Declaration
public const Excel2007CommentVAlign b
Field Value
ctr
Anchor the text at the middle of the bounding rectangle.
Declaration
public const Excel2007CommentVAlign ctr
Field Value
dist
Anchor the text so that it is distributed vertically.
Declaration
public const Excel2007CommentVAlign dist
Field Value
just
Anchor the text so that it is justified vertically.
Declaration
public const Excel2007CommentVAlign just
Field Value
t
Anchor the text at the top of the bounding rectangle.
Declaration
public const Excel2007CommentVAlign t