NevronOpenVision
Nevron.Nov.Grid Namespace / ENSpanCellBeginXPositionMode Enumeration
ENSpanCellBeginXPositionMode Enumeration
Syntax
public enum ENSpanCellBeginXPositionMode : System.Enum 
Members
MemberDescription
AnchorToEndXThe begin X position is equal to the EndX position minus the desired width of the cell.
ColumnBeginThe begin X position is equal to a column begin for the row.
ColumnEndThe begin X position is equal to a column end for the row.
PercentThe begin X position is expressed as a percentage of the row width.
PrevCellEndXThe begin X position is equal to the previous cell EndX.
RowBeginXThe begin X position is equal to the row begin X position.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Nevron.Nov.Grid.ENSpanCellBeginXPositionMode

Requirements

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)

See Also