NevronOpenVision
Nevron.Nov.Grid Namespace / ENSpanCellEndXPositionMode Enumeration
ENSpanCellEndXPositionMode Enumeration
Syntax
public enum ENSpanCellEndXPositionMode : System.Enum 
Members
MemberDescription
AnchorToBeginXThe end X position is equal to the BeginX position plus the desired width of the cell.
ColumnBeginThe end X position is equal to a column begin for the row.
ColumnEndThe end X position is equal to a column end for the row.
NextCellBeginXThe end X position is equal to the next cell begin X position.
PercentThe end X position is expressed as a percentage of the row width.
RowEndXThe end X position is equal to the row end X position.
Inheritance Hierarchy

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

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