Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / ENDataCellViewHorizontalAlignment Enumeration


In This Topic
    ENDataCellViewHorizontalAlignment Enumeration
    In This Topic
    Enumerates the possible horizontal alignments of the data cells views inside the data cell.
    Syntax
    'Declaration
     
    
    Public Enum ENDataCellViewHorizontalAlignment 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENDataCellViewHorizontalAlignment
    public enum ENDataCellViewHorizontalAlignment : System.Enum 
    Members
    MemberDescription
    AutomaticThe format uses a value specific alignment that is appropriate for the current value.
    CenterThe view is center aligned
    FitThe view is made to fill the data cell horizontally.
    LeftThe view is left aligned
    RightThe view is right aligned
    Inheritance Hierarchy

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

    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