public enum ENSpanCellBeginXPositionMode : System.Enum
public enum ENSpanCellBeginXPositionMode : System.Enum
Member | Description |
---|---|
AnchorToEndX | The begin X position is equal to the EndX position minus the desired width of the cell. |
ColumnBegin | The begin X position is equal to a column begin for the row. |
ColumnEnd | The begin X position is equal to a column end for the row. |
Percent | The begin X position is expressed as a percentage of the row width. |
PrevCellEndX | The begin X position is equal to the previous cell EndX. |
RowBeginX | The begin X position is equal to the row begin X position. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Grid.ENSpanCellBeginXPositionMode
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)