public enum ENSpanCellEndXPositionMode : System.Enum
public enum ENSpanCellEndXPositionMode : System.Enum
Member | Description |
---|---|
AnchorToBeginX | The end X position is equal to the BeginX position plus the desired width of the cell. |
ColumnBegin | The end X position is equal to a column begin for the row. |
ColumnEnd | The end X position is equal to a column end for the row. |
NextCellBeginX | The end X position is equal to the next cell begin X position. |
Percent | The end X position is expressed as a percentage of the row width. |
RowEndX | The end X position is equal to the row end X position. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Grid.ENSpanCellEndXPositionMode
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)