←Select platform

HorizontalAlignment Enumeration

Summary

Defines constants that specify the horizontal alignment of content within a container, such as a cell in a spreadsheet or a text block in a document. Allows developers to precisely control how content is positioned horizontally, enhancing the layout and readability of the content.

Syntax

C#
C++/CLI
Python
public enum HorizontalAlignment 
public: 
   enum class HorizontalAlignment sealed 
class HorizontalAlignment(Enum): 
   General = 0 
   Left = 1 
   Center = 2 
   Right = 3 

Members
Value Name Description
0 General The default horizontal alignment.
1 Left Aligns content to the left side of the container.
2 Center Aligns contents to the horizontal center within the container.
3 Right Aligns content to the right side of the container.

Requirements

Target Platforms

See Also

Leadtools.Document.LEADOffice.Sheet Namespace

Help Version 23.0.2024.4.15
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.LEADOffice Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.