ZennoLab Assemblies Documentation
Borders Enumeration
ZennoLab.InterfacesLibrary.Enums.Table.ExcelStyle Namespace : Borders Enumeration
Represents multiple border types of a cell.
Syntax
[Flags()]
public enum Borders : System.Enum 
Members
MemberDescription
All All borders.
Bottom Bottom border.
Diagonal Diagonal borders.
DiagonalDown Diagonal-down border.
DiagonalUp Diagonal-up border.
Horizontal Horizontal borders.
Left Left border.
None No borders.
Outside Outside borders.
Right Right border.
Top Top border.
Vertical Vertical borders.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ZennoLab.InterfacesLibrary.Enums.Table.ExcelStyle.Borders

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

Reference

ZennoLab.InterfacesLibrary.Enums.Table.ExcelStyle Namespace