menu

Document Processing

ExcelHorizontalAlignment Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    ExcelHorizontalAlignment Class

    Represents different horizontal alignments

    Inheritance
    System.Object
    ExcelHorizontalAlignment
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public sealed class ExcelHorizontalAlignment : Enum

    Fields

    Center

    Represents Center horizontal alignment setting for the shapes.

    Declaration
    public const ExcelHorizontalAlignment Center
    Field Value
    Type
    ExcelHorizontalAlignment

    CenterMiddle

    Represents CenterMiddle horizontal alignment setting for the shapes.

    Declaration
    public const ExcelHorizontalAlignment CenterMiddle
    Field Value
    Type
    ExcelHorizontalAlignment

    Left

    Represents Left horizontal alignment setting for the shapes.

    Declaration
    public const ExcelHorizontalAlignment Left
    Field Value
    Type
    ExcelHorizontalAlignment

    LeftMiddle

    Represents LeftMiddle horizontal alignment setting for the shapes.

    Declaration
    public const ExcelHorizontalAlignment LeftMiddle
    Field Value
    Type
    ExcelHorizontalAlignment

    Right

    Represents Right horizontal alignment setting for the shapes.

    Declaration
    public const ExcelHorizontalAlignment Right
    Field Value
    Type
    ExcelHorizontalAlignment

    RightMiddle

    Represents RightMiddle horizontal alignment setting for the shapes.

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