BCGSoft.Controls.Grid Namespace > GridCellVisualStyle Class : CellBorderStyles Property |
'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); }
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