Nevron .NET Vision
Nevron.Diagram Namespace / TableCellBorder Enumeration


In This Topic
    TableCellBorder Enumeration
    In This Topic
    Enumerates the cell border styles.
    Syntax
    'Declaration
     
    
    <System.FlagsAttribute()>
    Public Enum TableCellBorder 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TableCellBorder
    [System.Flags()]
    public enum TableCellBorder : System.Enum 
    Members
    MemberDescription
    AllThe cell has all 4 borders.
    BottomThe cell has a bottom border.
    LeftThe cell has a left border.
    NoneThe cell does not have a border.
    RightThe cell has a right border.
    TopThe cell has a top border.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Diagram.TableCellBorder

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also