ASP.NET Core

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum Excel2007CommentVAlign

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved