BCGControlBar Library for .NET
ApplyBorderStyleOptions Enumeration




Specifies how to apply border styles (to what edges set a border style) to selection.
Syntax
'Declaration
 
Public Enum ApplyBorderStyleOptions 
   Inherits System.Enum
'Usage
 
Dim instance As ApplyBorderStyleOptions
public enum ApplyBorderStyleOptions : System.Enum 
__value public enum ApplyBorderStyleOptions : public System.Enum 
public enum class ApplyBorderStyleOptions : public System.Enum 
Members
MemberDescription
AllBordersAll borders of all cells within selection.
BottomBorderBottom border only.
LeftBorderLeft border only.
NoBorderClear all borders.
OutsideBordersOuter borders of cells located at the edges of selection  rectangle.
RightAndLeftBordersRight and left borders only.
RightBorderRight border only.
TopAndBottomBordersTop and bottom borders only.
TopBorderTop border only.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.Controls.Grid.ApplyBorderStyleOptions

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

BCGSoft.Controls.Grid Namespace

Send Feedback