menu

Document Processing

ExcelHAlign Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    ExcelHAlign Class

    Enumeration of the horizontal alignment options for cell formatting in Excel.

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

    Fields

    HAlignCenter

    Represents center horizontal alignment setting.

    Declaration
    public const ExcelHAlign HAlignCenter
    Field Value
    Type
    ExcelHAlign

    HAlignCenterAcrossSelection

    Represents center across selection horizontal alignment setting.

    Declaration
    public const ExcelHAlign HAlignCenterAcrossSelection
    Field Value
    Type
    ExcelHAlign

    HAlignDistributed

    Represents distributed horizontal alignment setting.

    Declaration
    public const ExcelHAlign HAlignDistributed
    Field Value
    Type
    ExcelHAlign

    HAlignFill

    Represents fill horizontal alignment setting.

    Declaration
    public const ExcelHAlign HAlignFill
    Field Value
    Type
    ExcelHAlign

    HAlignGeneral

    Represents the general horizontal alignment setting.

    Declaration
    public const ExcelHAlign HAlignGeneral
    Field Value
    Type
    ExcelHAlign

    HAlignJustify

    Represents justify horizontal alignment setting.

    Declaration
    public const ExcelHAlign HAlignJustify
    Field Value
    Type
    ExcelHAlign

    HAlignLeft

    Represents left horizontal alignment setting.

    Declaration
    public const ExcelHAlign HAlignLeft
    Field Value
    Type
    ExcelHAlign

    HAlignRight

    Represents center horizontal alignment setting.

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