FlexGrid for WinForms
BorderDirEnum Enumeration



Specifies the direction of cell borders.
Syntax
'Declaration
 
Public Enum BorderDirEnum 
   Inherits System.Enum
'Usage
 
Dim instance As BorderDirEnum
public enum BorderDirEnum : System.Enum 
public enum class BorderDirEnum : public System.Enum 
Members
MemberDescription
BothDraw cell borders in both directions.
HorizontalDraw cell borders only in the horizontal direction.
VerticalDraw cell borders only in the vertical direction.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.BorderDirEnum

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

C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback