CellStyleIsTextVertical Property |
Gets or sets the vertical display style of the text in the cell.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntaxpublic bool IsTextVertical { get; set; }
Public Property IsTextVertical As Boolean
Get
Set
Property Value
Boolean
Remarks
If true, then the text is positioned from top to bottom.
Doesn't work in conjunction with
Rotation.
The default value is false.
See Also