Click or drag to resize

CellStyleIsTextVertical Property

Gets or sets the vertical display style of the text in the cell.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public bool IsTextVertical { 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