HorizontalAlignment Property

Summary

Gets or sets the horizontal alignment of the cell's content within a sheet to determine the positioning of its content along the horizontal axis within the boundaries.

Syntax

TypeScript
JavaScript
Object.defineProperty(CellStyle.prototype, 'horizontalAlignment', 
	get: function(), 
	set: function(value) 
) 
horizontalAlignment: HorizontalAlignment; 

Property Value

The HorizontalAlignment enumeration value indicating the alignment mode.

Remarks

This property affects the horizontal positioning of the content within the cell.

Requirements

Target Platforms

See Also

CellStyle Class

CellStyle Members

Leadtools.Document.SheetEditor Namespace

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

Leadtools.Document.SheetEditor Assembly

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