CellsLayout
Enum
Represents the type of cell layout as presented in the borders preview control.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public enum CellsLayout
Fields
Cell cells layout.
C#
Cell = 0
Column cells layout.
C#
Column = 2
Grid cells layout.
C#
Grid = 3
Rwo cells layout.
C#
Row = 1