FlexGrid for WinForms
Border Property



Gets the CellBorder object associated with this style.
Syntax
'Declaration
 
<C1DescriptionAttribute("Gets the CellBorder object associated with this style.")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<BrowsableAttribute(True)>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
Public ReadOnly Property Border As CellBorder
'Usage
 
Dim instance As CellStyle
Dim value As CellBorder
 
value = instance.Border
[C1Description("Gets the CellBorder object associated with this style.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[Browsable(true)]
[RefreshProperties(RefreshProperties.Repaint)]
public CellBorder Border {get;}
[C1Description("Gets the CellBorder object associated with this style.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[Browsable(true)]
[RefreshProperties(RefreshProperties.Repaint)]
public:
property CellBorder^ Border {
   CellBorder^ get();
}
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

CellStyle Class
CellStyle Members

 

 


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

Send Feedback