CellOrientation
Enum
Defines the text orientation of a cell, controlling whether content flows horizontally or vertically.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public enum CellOrientation
Fields
Text flows left-to-right across the cell.
C#
Horizontal = 0
Text flows top-to-bottom down the cell.
C#
Vertical = 1