Xceed DataGrid for WPF v7.2 Documentation
CellSpanningDirection Enumeration


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace : CellSpanningDirection Enumeration
Value indicating the direction in which a cell can span in order to merge with other cells.
Syntax
'Declaration
 
Public Enum CellSpanningDirection 
   Inherits System.Enum
'Usage
 
Dim instance As CellSpanningDirection
public enum CellSpanningDirection : System.Enum 
Members
MemberDescription
BothThe cell can be merged with cells from adjacent columns and rows.
ColumnThe cell can be merged, but only with cells from adjacent columns that are in the same row.
NoneThe cell cannot be merged with other cells.
RowThe cell can be merged, but only with cells from adjacent rows that are in the same column.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Wpf.DataGrid.CellSpanningDirection

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Xceed.Wpf.DataGrid Namespace