'Declaration Public Enum CellSpanningDirection Inherits System.Enum
'Usage Dim instance As CellSpanningDirection
public enum CellSpanningDirection : System.Enum
'Declaration Public Enum CellSpanningDirection Inherits System.Enum
'Usage Dim instance As CellSpanningDirection
public enum CellSpanningDirection : System.Enum
Member | Description |
---|---|
Both | The cell can be merged with cells from adjacent columns and rows. |
Column | The cell can be merged, but only with cells from adjacent columns that are in the same row. |
None | The cell cannot be merged with other cells. |
Row | The cell can be merged, but only with cells from adjacent rows that are in the same column. |
System.Object
System.ValueType
System.Enum
Xceed.Wpf.DataGrid.CellSpanningDirection
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