BCGControlBar Library for .NET
CellBorderStyles Property




Gets or sets an array of border styles.
Syntax
'Declaration
 
Public Property CellBorderStyles As GridCellBorderStyle()
'Usage
 
Dim instance As GridCellVisualStyle
Dim value() As GridCellBorderStyle
 
instance.CellBorderStyles = value
 
value = instance.CellBorderStyles
public GridCellBorderStyle[] CellBorderStyles {get; set;}
public: __property GridCellBorderStyle*[]* get_CellBorderStyles();
public: __property void set_CellBorderStyles( 
   GridCellBorderStyle*[]* value
);
public:
property array<GridCellBorderStyle^>^ CellBorderStyles {
   array<GridCellBorderStyle^>^ get();
   void set (    array<GridCellBorderStyle^>^ value);
}
Remarks
Border styles in array are counted clockwise starting from left border. E.g. element 0 in the array is appliet to the left border, 1 - to top and so on.
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

GridCellVisualStyle Class
GridCellVisualStyle Members

Send Feedback