ASP.NET Core

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

    Show / Hide Table of Contents

    Enum ExcelHorizontalAlignment

    Represents different horizontal alignments

    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public enum ExcelHorizontalAlignment

    Fields

    Name Description
    Center

    Represents Center horizontal alignment setting for the shapes.

    CenterMiddle

    Represents CenterMiddle horizontal alignment setting for the shapes.

    Left

    Represents Left horizontal alignment setting for the shapes.

    LeftMiddle

    Represents LeftMiddle horizontal alignment setting for the shapes.

    Right

    Represents Right horizontal alignment setting for the shapes.

    RightMiddle

    Represents RightMiddle horizontal alignment setting for the shapes.

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