Gets or sets the horizontal alignment of the element's contents.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
Nullable<HorizontalAlignment> HorizontalAlignment { get; set; } |
Visual Basic
Copy Code
|
|---|
Property HorizontalAlignment As Nullable(Of HorizontalAlignment) |
A member of the HorizontalAlignment enumeration or null (Nothing in Visual Basic).
See Also