menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Excel2007CommentVAlign - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Excel2007CommentVAlign

    This type specifies a list of available anchoring types for text.

    Inheritance
    System.Object
    Excel2007CommentVAlign
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Portable.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
    Type
    Excel2007CommentVAlign

    ctr

    Anchor the text at the middle of the bounding rectangle.

    Declaration
    public const Excel2007CommentVAlign ctr
    Field Value
    Type
    Excel2007CommentVAlign

    dist

    Anchor the text so that it is distributed vertically.

    Declaration
    public const Excel2007CommentVAlign dist
    Field Value
    Type
    Excel2007CommentVAlign

    just

    Anchor the text so that it is justified vertically.

    Declaration
    public const Excel2007CommentVAlign just
    Field Value
    Type
    Excel2007CommentVAlign

    t

    Anchor the text at the top of the bounding rectangle.

    Declaration
    public const Excel2007CommentVAlign t
    Field Value
    Type
    Excel2007CommentVAlign
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved