Enum Excel2007CommentVAlign
This type specifies a list of available anchoring types for text.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum Excel2007CommentVAlign
Fields
Name | Description |
---|---|
b | Anchor the text at the bottom of the bounding rectangle. |
ctr | Anchor the text at the middle of the bounding rectangle. |
dist | Anchor the text so that it is distributed vertically. |
just | Anchor the text so that it is justified vertically. |
t | Anchor the text at the top of the bounding rectangle. |