StyleVerticalAlignment Property |
Gets or sets the vertical 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 VerticalAlignment { get; set; }
Public Property VerticalAlignment As TextAlignmentType
Get
Set
public:
property TextAlignmentType VerticalAlignment {
TextAlignmentType get ();
void set (TextAlignmentType value);
}
member VerticalAlignment : TextAlignmentType with get, set
Property Value
Type:
TextAlignmentType
See Also