StyleHorizontalAlignment Property |
Gets or sets the horizontal alignment type of the text in a cell.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic TextAlignmentType HorizontalAlignment { get; set; }
Public Property HorizontalAlignment As TextAlignmentType
Get
Set
public:
property TextAlignmentType HorizontalAlignment {
TextAlignmentType get ();
void set (TextAlignmentType value);
}
member HorizontalAlignment : TextAlignmentType with get, set
Property Value
Type:
TextAlignmentType
See Also